diff options
| author | Joel Challis <git@zvecr.com> | 2024-03-15 01:42:15 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-15 01:42:15 +0000 |
| commit | 539fa21bf80308a21048334909b6512917aa3c7b (patch) | |
| tree | e8bd54e073f8b4cebcb111f51fc24b318a763a87 /keyboards/j80 | |
| parent | 16ad09299c25d3338771c5743729f0ec4b90586b (diff) | |
Migrate features from rules.mk to data driven - IJK (#23276)
Diffstat (limited to 'keyboards/j80')
| -rw-r--r-- | keyboards/j80/keyboard.json (renamed from keyboards/j80/info.json) | 9 | ||||
| -rw-r--r-- | keyboards/j80/rules.mk | 10 |
2 files changed, 9 insertions, 10 deletions
diff --git a/keyboards/j80/info.json b/keyboards/j80/keyboard.json index 6f41163187..72745d262f 100644 --- a/keyboards/j80/info.json +++ b/keyboards/j80/keyboard.json | |||
| @@ -8,6 +8,15 @@ | |||
| 8 | "pid": "0x422D", | 8 | "pid": "0x422D", |
| 9 | "device_version": "0.0.1" | 9 | "device_version": "0.0.1" |
| 10 | }, | 10 | }, |
| 11 | "features": { | ||
| 12 | "backlight": true, | ||
| 13 | "bootmagic": true, | ||
| 14 | "command": true, | ||
| 15 | "console": false, | ||
| 16 | "extrakey": true, | ||
| 17 | "mousekey": false, | ||
| 18 | "nkro": false | ||
| 19 | }, | ||
| 11 | "matrix_pins": { | 20 | "matrix_pins": { |
| 12 | "cols": ["A1", "A2", "A3", "A4", "A5", "A6", "A7", "C7", "C6", "C5", "C4", "C3", "C2", "A0"], | 21 | "cols": ["A1", "A2", "A3", "A4", "A5", "A6", "A7", "C7", "C6", "C5", "C4", "C3", "C2", "A0"], |
| 13 | "rows": ["B1", "B2", "B3", "B5", "B6", "B7", "B0"] | 22 | "rows": ["B1", "B2", "B3", "B5", "B6", "B7", "B0"] |
diff --git a/keyboards/j80/rules.mk b/keyboards/j80/rules.mk deleted file mode 100644 index 109bdfc4db..0000000000 --- a/keyboards/j80/rules.mk +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = no # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = no # Console for debug | ||
| 8 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
| 9 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
| 10 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
