mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-07-26 08:42:09 +01:00
[Keyboard] Match Vendor ID to my other keyboard, "unison". (#13699)
Co-authored-by: Takeshi Nishio <kkeennnn@gmail.com>
This commit is contained in:
co-authored by
Takeshi Nishio
parent
6bdecb16c0
commit
441fd2ca5b
@@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0xFEED
|
||||
#define VENDOR_ID 0xB9DD
|
||||
#define PRODUCT_ID 0x175A
|
||||
#define DEVICE_VER 0x0030
|
||||
#define MANUFACTURER jpskenn
|
||||
|
||||
@@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0xFEED
|
||||
#define VENDOR_ID 0xB9DD
|
||||
#define PRODUCT_ID 0x175A
|
||||
#define DEVICE_VER 0x0031
|
||||
#define MANUFACTURER jpskenn
|
||||
|
||||
Reference in New Issue
Block a user