aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/weirdo/kelowna
diff options
context:
space:
mode:
authorJoel Challis2024-03-15 23:23:40 +0100
committerGitHub2024-03-15 23:23:40 +0100
commit24d824aae40b932dbcdc5036d7f30a6f2f352442 (patch)
tree75f16b70a97e1e8d949a6ffba09c8eeb57ac753a /keyboards/weirdo/kelowna
parent68e8d74188a251336bf2eaa8d58e1e04983ac29e (diff)
Migrate features from rules.mk to data driven - UVWXYZ (#23287)
Diffstat (limited to 'keyboards/weirdo/kelowna')
-rw-r--r--keyboards/weirdo/kelowna/rgb64/keyboard.json (renamed from keyboards/weirdo/kelowna/rgb64/info.json)9
-rw-r--r--keyboards/weirdo/kelowna/rgb64/rules.mk12
2 files changed, 9 insertions, 12 deletions
diff --git a/keyboards/weirdo/kelowna/rgb64/info.json b/keyboards/weirdo/kelowna/rgb64/keyboard.json
index 12188f6f30..6e86f8cc47 100644
--- a/keyboards/weirdo/kelowna/rgb64/info.json
+++ b/keyboards/weirdo/kelowna/rgb64/keyboard.json
@@ -14,6 +14,15 @@
"ws2812": {
"pin": "A6"
},
+ "features": {
+ "bootmagic": true,
+ "command": false,
+ "console": false,
+ "extrakey": true,
+ "mousekey": false,
+ "nkro": true,
+ "rgblight": true
+ },
"matrix_pins": {
"cols": ["A3", "A4", "A5", "A7", "B0", "B1", "B10", "B15", "A8", "A9", "A10", "B7", "B6", "B5", "B4"],
"rows": ["B12", "B13", "B14", "C11", "A1"]
diff --git a/keyboards/weirdo/kelowna/rgb64/rules.mk b/keyboards/weirdo/kelowna/rgb64/rules.mk
deleted file mode 100644
index 3c777809b4..0000000000
--- a/keyboards/weirdo/kelowna/rgb64/rules.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# Build Options
-# change yes to no to disable
-#
-BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
-MOUSEKEY_ENABLE = no # 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 = yes # Enable N-Key Rollover
-BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
-RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
-AUDIO_ENABLE = no # Audio output