aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/keebio/bigswitchseat
diff options
context:
space:
mode:
authorJoel Challis2024-03-15 02:42:15 +0100
committerGitHub2024-03-15 02:42:15 +0100
commit539fa21bf80308a21048334909b6512917aa3c7b (patch)
treee8bd54e073f8b4cebcb111f51fc24b318a763a87 /keyboards/keebio/bigswitchseat
parent16ad09299c25d3338771c5743729f0ec4b90586b (diff)
Migrate features from rules.mk to data driven - IJK (#23276)
Diffstat (limited to 'keyboards/keebio/bigswitchseat')
-rw-r--r--keyboards/keebio/bigswitchseat/keyboard.json (renamed from keyboards/keebio/bigswitchseat/info.json)8
-rw-r--r--keyboards/keebio/bigswitchseat/rules.mk12
2 files changed, 8 insertions, 12 deletions
diff --git a/keyboards/keebio/bigswitchseat/info.json b/keyboards/keebio/bigswitchseat/keyboard.json
index f2fe9771ed..b1acf6c1b3 100644
--- a/keyboards/keebio/bigswitchseat/info.json
+++ b/keyboards/keebio/bigswitchseat/keyboard.json
@@ -8,6 +8,14 @@
"pid": "0x1011",
"device_version": "0.0.1"
},
+ "features": {
+ "bootmagic": true,
+ "command": false,
+ "console": true,
+ "extrakey": true,
+ "mousekey": false,
+ "nkro": false
+ },
"matrix_pins": {
"cols": ["F0"],
"rows": ["E6"]
diff --git a/keyboards/keebio/bigswitchseat/rules.mk b/keyboards/keebio/bigswitchseat/rules.mk
deleted file mode 100644
index 3f6eff7f55..0000000000
--- a/keyboards/keebio/bigswitchseat/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 = yes # 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 = no # Enable keyboard RGB underglow
-AUDIO_ENABLE = no # Audio output