diff options
| author | James Young | 2024-04-26 06:41:09 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-26 06:41:09 +0200 |
| commit | 42f61611e8be856c65efa0e9cf56b19fe18c519e (patch) | |
| tree | 6ffa7f1c3d42e5526841a30c9902d71027f51b52 /keyboards/mt/split75 | |
| parent | 1d455fc5f30753e9f832aafbfc8ee6e3ce0ad6bf (diff) | |
Data-Driven Keyboard Conversions: M, Part 3 (#23614)
Diffstat (limited to 'keyboards/mt/split75')
| -rw-r--r-- | keyboards/mt/split75/info.json | 7 | ||||
| -rw-r--r-- | keyboards/mt/split75/rules.mk | 11 |
2 files changed, 7 insertions, 11 deletions
diff --git a/keyboards/mt/split75/info.json b/keyboards/mt/split75/info.json index e03d528a2a..c13fa28b80 100644 --- a/keyboards/mt/split75/info.json +++ b/keyboards/mt/split75/info.json @@ -8,6 +8,13 @@ "pid": "0x0001", "device_version": "0.0.1" }, + "features": { + "bootmagic": false, + "mousekey": false, + "extrakey": true, + "backlight": true, + "rgblight": true + }, "backlight": { "pin": "D4" }, diff --git a/keyboards/mt/split75/rules.mk b/keyboards/mt/split75/rules.mk index b0c02543b1..bbfc7cbbf7 100644 --- a/keyboards/mt/split75/rules.mk +++ b/keyboards/mt/split75/rules.mk @@ -1,14 +1,3 @@ -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite -MOUSEKEY_ENABLE = no # Mouse keys -EXTRAKEY_ENABLE = yes # Audio control and System control -CONSOLE_ENABLE = no # Console for debug -COMMAND_ENABLE = no # Commands for debug and configuration -BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow - # custom matrix setup CUSTOM_MATRIX = lite SRC = matrix.c |