diff options
| author | Joel Challis <git@zvecr.com> | 2024-04-17 03:15:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-17 03:15:02 +0100 |
| commit | 36a6f2ba3c248e9f0498bc27be3788542ea3a972 (patch) | |
| tree | 99b6320e6114ffcd40945b2ddf62793bccedfac2 /keyboards/splitkb | |
| parent | e869c80af74a91d28e51628da495e66da0cbc3ce (diff) | |
Migrate build target markers to keyboard.json - S (#23532)
Diffstat (limited to 'keyboards/splitkb')
| -rw-r--r-- | keyboards/splitkb/zima/keyboard.json (renamed from keyboards/splitkb/zima/info.json) | 14 | ||||
| -rw-r--r-- | keyboards/splitkb/zima/rules.mk | 18 |
2 files changed, 14 insertions, 18 deletions
diff --git a/keyboards/splitkb/zima/info.json b/keyboards/splitkb/zima/keyboard.json index 0c6a104c52..68892960da 100644 --- a/keyboards/splitkb/zima/info.json +++ b/keyboards/splitkb/zima/keyboard.json | |||
| @@ -8,6 +8,20 @@ | |||
| 8 | "pid": "0xF75B", | 8 | "pid": "0xF75B", |
| 9 | "device_version": "0.0.1" | 9 | "device_version": "0.0.1" |
| 10 | }, | 10 | }, |
| 11 | "build": { | ||
| 12 | "lto": true | ||
| 13 | }, | ||
| 14 | "features": { | ||
| 15 | "audio": true, | ||
| 16 | "bootmagic": false, | ||
| 17 | "encoder": true, | ||
| 18 | "extrakey": true, | ||
| 19 | "haptic": true, | ||
| 20 | "mousekey": false, | ||
| 21 | "nkro": false, | ||
| 22 | "oled": true, | ||
| 23 | "rgblight": true | ||
| 24 | }, | ||
| 11 | "rgblight": { | 25 | "rgblight": { |
| 12 | "saturation_steps": 8, | 26 | "saturation_steps": 8, |
| 13 | "brightness_steps": 8, | 27 | "brightness_steps": 8, |
diff --git a/keyboards/splitkb/zima/rules.mk b/keyboards/splitkb/zima/rules.mk index 3bcfccdd7b..dea510c2ab 100644 --- a/keyboards/splitkb/zima/rules.mk +++ b/keyboards/splitkb/zima/rules.mk | |||
| @@ -1,19 +1 @@ | |||
| 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 = no # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = no # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 11 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | ||
| 12 | AUDIO_ENABLE = yes # Audio output | ||
| 13 | |||
| 14 | ENCODER_ENABLE = yes # ENables the use of one or more encoders | ||
| 15 | OLED_ENABLE = yes | ||
| 16 | HAPTIC_ENABLE = yes # Supported but not included by defaut | ||
| 17 | HAPTIC_DRIVER = drv2605l | HAPTIC_DRIVER = drv2605l | |
| 18 | |||
| 19 | LTO_ENABLE = yes | ||
