summaryrefslogtreecommitdiff
path: root/keyboards/splitkb
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-04-17 03:15:02 +0100
committerGitHub <noreply@github.com>2024-04-17 03:15:02 +0100
commit36a6f2ba3c248e9f0498bc27be3788542ea3a972 (patch)
tree99b6320e6114ffcd40945b2ddf62793bccedfac2 /keyboards/splitkb
parente869c80af74a91d28e51628da495e66da0cbc3ce (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.mk18
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#
4BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
5MOUSEKEY_ENABLE = no # Mouse keys
6EXTRAKEY_ENABLE = yes # Audio control and System control
7CONSOLE_ENABLE = no # Console for debug
8COMMAND_ENABLE = no # Commands for debug and configuration
9NKRO_ENABLE = no # Enable N-Key Rollover
10BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
11RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
12AUDIO_ENABLE = yes # Audio output
13
14ENCODER_ENABLE = yes # ENables the use of one or more encoders
15OLED_ENABLE = yes
16HAPTIC_ENABLE = yes # Supported but not included by defaut
17HAPTIC_DRIVER = drv2605l HAPTIC_DRIVER = drv2605l
18
19LTO_ENABLE = yes