diff options
| author | Joel Challis | 2024-03-15 02:42:15 +0100 |
|---|---|---|
| committer | GitHub | 2024-03-15 02:42:15 +0100 |
| commit | 539fa21bf80308a21048334909b6512917aa3c7b (patch) | |
| tree | e8bd54e073f8b4cebcb111f51fc24b318a763a87 /keyboards/kc60se | |
| parent | 16ad09299c25d3338771c5743729f0ec4b90586b (diff) | |
Migrate features from rules.mk to data driven - IJK (#23276)
Diffstat (limited to 'keyboards/kc60se')
| -rw-r--r-- | keyboards/kc60se/keyboard.json (renamed from keyboards/kc60se/info.json) | 9 | ||||
| -rw-r--r-- | keyboards/kc60se/rules.mk | 11 |
2 files changed, 9 insertions, 11 deletions
diff --git a/keyboards/kc60se/info.json b/keyboards/kc60se/keyboard.json index ff9fa35165..b7123b5749 100644 --- a/keyboards/kc60se/info.json +++ b/keyboards/kc60se/keyboard.json @@ -8,6 +8,15 @@ "pid": "0x0000", "device_version": "0.0.1" }, + "features": { + "backlight": true, + "bootmagic": true, + "command": false, + "console": false, + "extrakey": true, + "mousekey": false, + "nkro": true + }, "matrix_pins": { "cols": ["F0", "F1", "E6", "C7", "C6", "B6", "D4", "B1", "B7", "B5", "B4", "D7", "D6", "B3"], "rows": ["D0", "D1", "D2", "D3", "D5"] diff --git a/keyboards/kc60se/rules.mk b/keyboards/kc60se/rules.mk deleted file mode 100644 index aa085b605e..0000000000 --- a/keyboards/kc60se/rules.mk +++ /dev/null @@ -1,11 +0,0 @@ -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite -MOUSEKEY_ENABLE = no # default keymap does not map mouse -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 = yes # Enable keyboard backlight functionality -AUDIO_ENABLE = no # Audio output |