|
@@ -23,6 +23,8 @@
|
|
|
|
|
|
/* USB Device descriptor parameter */
|
|
|
#define VENDOR_ID 0x574D // WM
|
|
|
+#define PRODUCT_ID 0x0001
|
|
|
+#define DEVICE_VER 0x0001
|
|
|
#define MANUFACTURER WestM
|
|
|
#define PRODUCT WestM68
|
|
|
|
|
@@ -41,7 +43,3 @@
|
|
|
#define LOCKING_SUPPORT_ENABLE
|
|
|
/* Locking resynchronize hack */
|
|
|
#define LOCKING_RESYNC_ENABLE
|
|
|
-
|
|
|
-/* Hold ESC key (first key of first column) to trigger bootloader */
|
|
|
-#define BOOTMAGIC_LITE_ROW 0
|
|
|
-#define BOOTMAGIC_LITE_COLUMN 0
|