summaryrefslogtreecommitdiff
path: root/keyboards/wavtype
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-03-15 22:23:40 +0000
committerGitHub <noreply@github.com>2024-03-15 22:23:40 +0000
commit24d824aae40b932dbcdc5036d7f30a6f2f352442 (patch)
tree75f16b70a97e1e8d949a6ffba09c8eeb57ac753a /keyboards/wavtype
parent68e8d74188a251336bf2eaa8d58e1e04983ac29e (diff)
Migrate features from rules.mk to data driven - UVWXYZ (#23287)
Diffstat (limited to 'keyboards/wavtype')
-rw-r--r--keyboards/wavtype/foundation/keyboard.json (renamed from keyboards/wavtype/foundation/info.json)9
-rw-r--r--keyboards/wavtype/foundation/rules.mk12
-rw-r--r--keyboards/wavtype/p01_ultra/keyboard.json (renamed from keyboards/wavtype/p01_ultra/info.json)9
-rw-r--r--keyboards/wavtype/p01_ultra/rules.mk12
4 files changed, 18 insertions, 24 deletions
diff --git a/keyboards/wavtype/foundation/info.json b/keyboards/wavtype/foundation/keyboard.json
index b5e8793b8f..f13d226806 100644
--- a/keyboards/wavtype/foundation/info.json
+++ b/keyboards/wavtype/foundation/keyboard.json
@@ -29,6 +29,15 @@
"ws2812": {
"pin": "B0"
},
+ "features": {
+ "bootmagic": true,
+ "command": false,
+ "console": false,
+ "extrakey": true,
+ "mousekey": true,
+ "nkro": false,
+ "rgblight": true
+ },
"matrix_pins": {
"cols": ["F4", "F5", "F6", "F7", "D2", "D1", "D0", "D3", "D5", "D4", "B7", "D6", "D7", "B4", "B5", "B6", "C6", "C7"],
"rows": ["B3", "B2", "B1", "F0", "F1"]
diff --git a/keyboards/wavtype/foundation/rules.mk b/keyboards/wavtype/foundation/rules.mk
deleted file mode 100644
index 951dd07d6e..0000000000
--- a/keyboards/wavtype/foundation/rules.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# Build Options
-# change yes to no to disable
-#
-BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
-MOUSEKEY_ENABLE = yes # Mouse keys
-EXTRAKEY_ENABLE = yes # Audio control and System control
-CONSOLE_ENABLE = no # Console for debug
-COMMAND_ENABLE = no # Commands for debug and configuration
-NKRO_ENABLE = no # Enable N-Key Rollover
-BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
-RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
-AUDIO_ENABLE = no # Audio output
diff --git a/keyboards/wavtype/p01_ultra/info.json b/keyboards/wavtype/p01_ultra/keyboard.json
index 7205b50366..7bfc242468 100644
--- a/keyboards/wavtype/p01_ultra/info.json
+++ b/keyboards/wavtype/p01_ultra/keyboard.json
@@ -28,6 +28,15 @@
"ws2812": {
"pin": "E6"
},
+ "features": {
+ "bootmagic": true,
+ "command": false,
+ "console": false,
+ "extrakey": true,
+ "mousekey": true,
+ "nkro": false,
+ "rgblight": true
+ },
"matrix_pins": {
"cols": ["C6", "C7", "F7", "F6", "F5", "F4", "F1", "F0", "B3", "B2", "B1", "B0", "B7", "D0", "D1", "D2", "D3", "D5"],
"rows": ["B4", "D7", "D6", "B5", "B6", "D4"]
diff --git a/keyboards/wavtype/p01_ultra/rules.mk b/keyboards/wavtype/p01_ultra/rules.mk
deleted file mode 100644
index 951dd07d6e..0000000000
--- a/keyboards/wavtype/p01_ultra/rules.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# Build Options
-# change yes to no to disable
-#
-BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
-MOUSEKEY_ENABLE = yes # Mouse keys
-EXTRAKEY_ENABLE = yes # Audio control and System control
-CONSOLE_ENABLE = no # Console for debug
-COMMAND_ENABLE = no # Commands for debug and configuration
-NKRO_ENABLE = no # Enable N-Key Rollover
-BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
-RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
-AUDIO_ENABLE = no # Audio output