diff options
Diffstat (limited to 'keyboards/exent')
| -rw-r--r-- | keyboards/exent/keyboard.json (renamed from keyboards/exent/info.json) | 10 | ||||
| -rw-r--r-- | keyboards/exent/rules.mk | 11 |
2 files changed, 10 insertions, 11 deletions
diff --git a/keyboards/exent/info.json b/keyboards/exent/keyboard.json index 54d54f0897..1fcd11084b 100644 --- a/keyboards/exent/info.json +++ b/keyboards/exent/keyboard.json | |||
| @@ -8,6 +8,16 @@ | |||
| 8 | "pid": "0x4558", | 8 | "pid": "0x4558", |
| 9 | "device_version": "0.0.1" | 9 | "device_version": "0.0.1" |
| 10 | }, | 10 | }, |
| 11 | "features": { | ||
| 12 | "backlight": true, | ||
| 13 | "bootmagic": false, | ||
| 14 | "command": true, | ||
| 15 | "console": false, | ||
| 16 | "extrakey": true, | ||
| 17 | "mousekey": false, | ||
| 18 | "nkro": false, | ||
| 19 | "rgblight": true | ||
| 20 | }, | ||
| 11 | "matrix_pins": { | 21 | "matrix_pins": { |
| 12 | "cols": ["D7", "C2", "C3", "C4", "C5", "C6", "C7", "A7", "A6", "A5", "A4", "A3", "A1", "A0"], | 22 | "cols": ["D7", "C2", "C3", "C4", "C5", "C6", "C7", "A7", "A6", "A5", "A4", "A3", "A1", "A0"], |
| 13 | "rows": ["B0", "B1", "B2", "B3", "B4", "B5", "B6"] | 23 | "rows": ["B0", "B1", "B2", "B3", "B4", "B5", "B6"] |
diff --git a/keyboards/exent/rules.mk b/keyboards/exent/rules.mk deleted file mode 100644 index e402cb508c..0000000000 --- a/keyboards/exent/rules.mk +++ /dev/null | |||
| @@ -1,11 +0,0 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = no # 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 = yes # Enable keyboard RGB underglow | ||
| 11 | AUDIO_ENABLE = no # Audio output | ||
