aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/kona_classic
diff options
context:
space:
mode:
authorJoel Challis2024-03-15 02:42:15 +0100
committerGitHub2024-03-15 02:42:15 +0100
commit539fa21bf80308a21048334909b6512917aa3c7b (patch)
treee8bd54e073f8b4cebcb111f51fc24b318a763a87 /keyboards/kona_classic
parent16ad09299c25d3338771c5743729f0ec4b90586b (diff)
Migrate features from rules.mk to data driven - IJK (#23276)
Diffstat (limited to 'keyboards/kona_classic')
-rw-r--r--keyboards/kona_classic/keyboard.json (renamed from keyboards/kona_classic/info.json)8
-rw-r--r--keyboards/kona_classic/rules.mk11
2 files changed, 8 insertions, 11 deletions
diff --git a/keyboards/kona_classic/info.json b/keyboards/kona_classic/keyboard.json
index 7202c35869..01388f363a 100644
--- a/keyboards/kona_classic/info.json
+++ b/keyboards/kona_classic/keyboard.json
@@ -29,6 +29,14 @@
"ws2812": {
"pin": "B2"
},
+ "features": {
+ "bootmagic": false,
+ "command": true,
+ "console": true,
+ "extrakey": true,
+ "mousekey": true,
+ "nkro": false
+ },
"matrix_pins": {
"cols": ["F0", "F4", "B5", "B4", "D7", "D6", "B0", "B1", "B3", "D2", "B7", "D0", "D1", "D3", "C6", "C7"],
"rows": ["F1", "F5", "F6", "F7", "B6"]
diff --git a/keyboards/kona_classic/rules.mk b/keyboards/kona_classic/rules.mk
deleted file mode 100644
index b6e2a5f9a4..0000000000
--- a/keyboards/kona_classic/rules.mk
+++ /dev/null
@@ -1,11 +0,0 @@
-# Build Options
-# change yes to no to disable
-#
-BOOTMAGIC_ENABLE = no # 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 = no # Enable N-Key Rollover
-BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
-AUDIO_ENABLE = no # Audio output