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/keychron/v2/jis | |
| parent | 16ad09299c25d3338771c5743729f0ec4b90586b (diff) | |
Migrate features from rules.mk to data driven - IJK (#23276)
Diffstat (limited to 'keyboards/keychron/v2/jis')
| -rw-r--r-- | keyboards/keychron/v2/jis/keyboard.json (renamed from keyboards/keychron/v2/jis/info.json) | 10 | ||||
| -rw-r--r-- | keyboards/keychron/v2/jis/rules.mk | 14 |
2 files changed, 10 insertions, 14 deletions
diff --git a/keyboards/keychron/v2/jis/info.json b/keyboards/keychron/v2/jis/keyboard.json index 64058d4c13..c775944009 100644 --- a/keyboards/keychron/v2/jis/info.json +++ b/keyboards/keychron/v2/jis/keyboard.json @@ -8,6 +8,16 @@ "pid": "0x0324", "device_version": "1.0.0" }, + "features": { + "bootmagic": true, + "command": false, + "console": false, + "dip_switch": true, + "extrakey": true, + "mousekey": true, + "nkro": true, + "rgb_matrix": true + }, "matrix_pins": { "cols": ["C14", "C15", "A0", "A1", "A2", "A3", "A4", "A5", "A6", "A7", "B0", "B1", "A8", "A9", "H3"], "rows": ["B4", "B3", "A15", "A14", "A13"] diff --git a/keyboards/keychron/v2/jis/rules.mk b/keyboards/keychron/v2/jis/rules.mk deleted file mode 100644 index cf31e094cb..0000000000 --- a/keyboards/keychron/v2/jis/rules.mk +++ /dev/null @@ -1,14 +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 = no # Console for debug -COMMAND_ENABLE = no # Commands for debug and configuration -NKRO_ENABLE = yes # Enable USB N-key Rollover -BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output -DIP_SWITCH_ENABLE = yes -RGB_MATRIX_ENABLE = yes |