summaryrefslogtreecommitdiffstats
path: root/keyboards/westm/westm68/config.h
diff options
context:
space:
mode:
authorWatson <93159069+wttsn@users.noreply.github.com>2022-07-02 04:55:10 -0700
committerGitHub <noreply@github.com>2022-07-02 21:55:10 +1000
commit48721b20fc5524d4a388e7fc5d5d0ba16ad6902b (patch)
tree457a401c795573594005c7ec5aa833e96bb787ea /keyboards/westm/westm68/config.h
parentc725f6f7680b7d8f89974676ce46dd94b74431c0 (diff)
Updated revisions and added a keyboard (#16731)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: WestM <93159069+WestMProducts@users.noreply.github.com>
Diffstat (limited to 'keyboards/westm/westm68/config.h')
-rw-r--r--keyboards/westm/westm68/config.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/keyboards/westm/westm68/config.h b/keyboards/westm/westm68/config.h
index d1063583d3..96534c80c7 100644
--- a/keyboards/westm/westm68/config.h
+++ b/keyboards/westm/westm68/config.h
@@ -23,7 +23,6 @@
/* USB Device descriptor parameter */
#define VENDOR_ID 0x574D // WM
-#define PRODUCT_ID 0x0001
#define DEVICE_VER 0x0001
#define MANUFACTURER WestM
#define PRODUCT WestM68
@@ -43,3 +42,7 @@
#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 \ No newline at end of file