diff options
| author | Joel Challis | 2024-03-15 23:23:40 +0100 |
|---|---|---|
| committer | GitHub | 2024-03-15 23:23:40 +0100 |
| commit | 24d824aae40b932dbcdc5036d7f30a6f2f352442 (patch) | |
| tree | 75f16b70a97e1e8d949a6ffba09c8eeb57ac753a /keyboards/zfrontier | |
| parent | 68e8d74188a251336bf2eaa8d58e1e04983ac29e (diff) | |
Migrate features from rules.mk to data driven - UVWXYZ (#23287)
Diffstat (limited to 'keyboards/zfrontier')
| -rw-r--r-- | keyboards/zfrontier/big_switch/keyboard.json (renamed from keyboards/zfrontier/big_switch/info.json) | 9 | ||||
| -rw-r--r-- | keyboards/zfrontier/big_switch/rules.mk | 12 |
2 files changed, 9 insertions, 12 deletions
diff --git a/keyboards/zfrontier/big_switch/info.json b/keyboards/zfrontier/big_switch/keyboard.json index 9f19a030d1..2b2ceec094 100644 --- a/keyboards/zfrontier/big_switch/info.json +++ b/keyboards/zfrontier/big_switch/keyboard.json @@ -8,6 +8,15 @@ "pid": "0x0A01", "device_version": "0.0.5" }, + "features": { + "bootmagic": false, + "command": false, + "console": true, + "extrakey": false, + "mousekey": false, + "nkro": false, + "rgblight": true + }, "matrix_pins": { "cols": ["F1"], "rows": ["F0"] diff --git a/keyboards/zfrontier/big_switch/rules.mk b/keyboards/zfrontier/big_switch/rules.mk deleted file mode 100644 index ead69ec32e..0000000000 --- a/keyboards/zfrontier/big_switch/rules.mk +++ /dev/null @@ -1,12 +0,0 @@ -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite -MOUSEKEY_ENABLE = no # Mouse keys -EXTRAKEY_ENABLE = no # 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 = yes # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output |