diff options
| author | Joel Challis | 2024-04-17 04:15:02 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-17 04:15:02 +0200 |
| commit | 36a6f2ba3c248e9f0498bc27be3788542ea3a972 (patch) | |
| tree | 99b6320e6114ffcd40945b2ddf62793bccedfac2 /keyboards/spiderisland/split78 | |
| parent | e869c80af74a91d28e51628da495e66da0cbc3ce (diff) | |
Migrate build target markers to keyboard.json - S (#23532)
Diffstat (limited to 'keyboards/spiderisland/split78')
| -rw-r--r-- | keyboards/spiderisland/split78/keyboard.json (renamed from keyboards/spiderisland/split78/info.json) | 7 | ||||
| -rw-r--r-- | keyboards/spiderisland/split78/rules.mk | 11 |
2 files changed, 7 insertions, 11 deletions
diff --git a/keyboards/spiderisland/split78/info.json b/keyboards/spiderisland/split78/keyboard.json index e507a668b1..cd49755b0f 100644 --- a/keyboards/spiderisland/split78/info.json +++ b/keyboards/spiderisland/split78/keyboard.json @@ -8,6 +8,13 @@ "pid": "0xF4E4", "device_version": "0.0.1" }, + "features": { + "backlight": true, + "bootmagic": true, + "extrakey": true, + "mousekey": false, + "nkro": false + }, "backlight": { "pin": "D4", "breathing": true diff --git a/keyboards/spiderisland/split78/rules.mk b/keyboards/spiderisland/split78/rules.mk index db8262a763..2d02998dd1 100644 --- a/keyboards/spiderisland/split78/rules.mk +++ b/keyboards/spiderisland/split78/rules.mk @@ -1,14 +1,3 @@ -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = yes # 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 = no # Enable keyboard RGB underglow - # custom matrix setup CUSTOM_MATRIX = lite SRC += matrix.c |