summaryrefslogtreecommitdiff
path: root/keyboards/knobgoblin/config.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-02-16 17:46:35 +0000
committerQMK Bot <hello@qmk.fm>2021-02-16 17:46:35 +0000
commit65326f7d1fb057587ddd76bbe8d0ef64d7aee87c (patch)
treef010f093511d6fed1bc48cdbb8cbfb08a472f61c /keyboards/knobgoblin/config.h
parente545cc0b47012d62260e4fe0bc894f7231aedd2b (diff)
parent9a2b0a5db15a48a0297a4b82665d462361261600 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/knobgoblin/config.h')
-rw-r--r--keyboards/knobgoblin/config.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/keyboards/knobgoblin/config.h b/keyboards/knobgoblin/config.h
index bee6056a02..ed6d69d6f0 100644
--- a/keyboards/knobgoblin/config.h
+++ b/keyboards/knobgoblin/config.h
@@ -19,12 +19,11 @@
#include "config_common.h"
/* USB Device descriptor parameter */
-#define VENDOR_ID 0xFEED
+#define VENDOR_ID 0x4B47 // KG
#define PRODUCT_ID 0x0000
#define DEVICE_VER 0x0001
#define MANUFACTURER MrT1ddl3s
-#define PRODUCT knobgoblin
-
+#define PRODUCT Knob Goblin
/* key matrix size */
#define MATRIX_ROWS 5
#define MATRIX_COLS 5
@@ -43,3 +42,7 @@
#define DIODE_DIRECTION COL2ROW
#define DEBOUNCE 2
+
+/*Bootmagic position definition because (0,0) is not used*/
+#define BOOTMAGIC_LITE_ROW 0
+#define BOOTMAGIC_LITE_COLUMN 1