aboutsummaryrefslogtreecommitdiff
path: root/keyboards/kv
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-03-15 01:42:15 +0000
committerGitHub <noreply@github.com>2024-03-15 01:42:15 +0000
commit539fa21bf80308a21048334909b6512917aa3c7b (patch)
treee8bd54e073f8b4cebcb111f51fc24b318a763a87 /keyboards/kv
parent16ad09299c25d3338771c5743729f0ec4b90586b (diff)
Migrate features from rules.mk to data driven - IJK (#23276)
Diffstat (limited to 'keyboards/kv')
-rw-r--r--keyboards/kv/revt/keyboard.json (renamed from keyboards/kv/revt/info.json)8
-rw-r--r--keyboards/kv/revt/rules.mk12
2 files changed, 8 insertions, 12 deletions
diff --git a/keyboards/kv/revt/info.json b/keyboards/kv/revt/keyboard.json
index 7697f2acbc..c54a4ba537 100644
--- a/keyboards/kv/revt/info.json
+++ b/keyboards/kv/revt/keyboard.json
@@ -8,6 +8,14 @@
"pid": "0x6520",
"device_version": "0.0.1"
},
+ "features": {
+ "bootmagic": true,
+ "command": true,
+ "console": true,
+ "extrakey": true,
+ "mousekey": true,
+ "nkro": true
+ },
"matrix_pins": {
"cols": ["B7", "B6", "B5", "B4", "B3", "B2", "B14", "B1", "B15", "B0", "B9", "B10", "B11", "B12", "A14", "A13", "A4", "A5", "A7", "A8", "A15"],
"rows": ["A6", "B13", "B8", "A0", "A1", "A2"]
diff --git a/keyboards/kv/revt/rules.mk b/keyboards/kv/revt/rules.mk
deleted file mode 100644
index 5356b24d77..0000000000
--- a/keyboards/kv/revt/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 = yes # Console for debug
-COMMAND_ENABLE = yes # Commands for debug and configuration
-NKRO_ENABLE = yes # Enable N-Key Rollover
-BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
-RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
-AUDIO_ENABLE = no # Audio output