summaryrefslogtreecommitdiff
path: root/keyboards/wavtype
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-02-17 08:49:49 +1100
committerGitHub <noreply@github.com>2023-02-17 08:49:49 +1100
commitd784f78bd0a034c1d6085379615014fd701536ab (patch)
tree2b81c4e8848ebc8dece2ad9aaa8126d12a87825c /keyboards/wavtype
parent7fad94ba2d5092abe451d0bbc95caaa37fec95bc (diff)
Move Bootmagic config to data driven (#19860)
Diffstat (limited to 'keyboards/wavtype')
-rw-r--r--keyboards/wavtype/foundation/config.h4
-rw-r--r--keyboards/wavtype/foundation/info.json3
2 files changed, 3 insertions, 4 deletions
diff --git a/keyboards/wavtype/foundation/config.h b/keyboards/wavtype/foundation/config.h
index 2822af783e..0735f41ab4 100644
--- a/keyboards/wavtype/foundation/config.h
+++ b/keyboards/wavtype/foundation/config.h
@@ -70,7 +70,3 @@
70//#define NO_ACTION_LAYER 70//#define NO_ACTION_LAYER
71//#define NO_ACTION_TAPPING 71//#define NO_ACTION_TAPPING
72//#define NO_ACTION_ONESHOT 72//#define NO_ACTION_ONESHOT
73
74/* Bootmagic Lite key configuration */
75#define BOOTMAGIC_LITE_ROW 0
76#define BOOTMAGIC_LITE_COLUMN 1
diff --git a/keyboards/wavtype/foundation/info.json b/keyboards/wavtype/foundation/info.json
index 984511c77d..36153f2bca 100644
--- a/keyboards/wavtype/foundation/info.json
+++ b/keyboards/wavtype/foundation/info.json
@@ -8,6 +8,9 @@
8 "pid": "0x0003", 8 "pid": "0x0003",
9 "device_version": "0.0.1" 9 "device_version": "0.0.1"
10 }, 10 },
11 "bootmagic": {
12 "matrix": [0, 1]
13 },
11 "processor": "atmega32u4", 14 "processor": "atmega32u4",
12 "bootloader": "atmel-dfu", 15 "bootloader": "atmel-dfu",
13 "layout_aliases": { 16 "layout_aliases": {