diff options
| author | Joel Challis <git@zvecr.com> | 2024-04-25 08:42:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-25 08:42:48 +0100 |
| commit | 3d83b3e7c5dc18b77d82798fdad9d7552487cfe4 (patch) | |
| tree | 8c96d1c4fd2fae989b1861e68bc1d3487a25787b /keyboards/splitkb | |
| parent | b6d5cfe5751f9dba6d06b9fce110ed8c6160576c (diff) | |
Migrate build target markers to keyboard.json - Misc (#23609)
Diffstat (limited to 'keyboards/splitkb')
| -rw-r--r-- | keyboards/splitkb/kyria/rev1/info.json | 9 | ||||
| -rw-r--r-- | keyboards/splitkb/kyria/rev1/proton_c/keyboard.json (renamed from keyboards/splitkb/kyria/rev1/proton_c/info.json) | 0 | ||||
| -rw-r--r-- | keyboards/splitkb/kyria/rev1/rules.mk | 14 | ||||
| -rw-r--r-- | keyboards/splitkb/kyria/rev2/info.json | 9 | ||||
| -rw-r--r-- | keyboards/splitkb/kyria/rev2/proton_c/keyboard.json (renamed from keyboards/splitkb/kyria/rev2/proton_c/info.json) | 0 | ||||
| -rw-r--r-- | keyboards/splitkb/kyria/rev2/rules.mk | 14 |
6 files changed, 20 insertions, 26 deletions
diff --git a/keyboards/splitkb/kyria/rev1/info.json b/keyboards/splitkb/kyria/rev1/info.json index 38a2e6bf3f..3d84b37b31 100644 --- a/keyboards/splitkb/kyria/rev1/info.json +++ b/keyboards/splitkb/kyria/rev1/info.json | |||
| @@ -4,6 +4,15 @@ | |||
| 4 | "pid": "0x9D9D", | 4 | "pid": "0x9D9D", |
| 5 | "device_version": "0.0.1" | 5 | "device_version": "0.0.1" |
| 6 | }, | 6 | }, |
| 7 | "features": { | ||
| 8 | "bootmagic": false, | ||
| 9 | "encoder": true, | ||
| 10 | "extrakey": true, | ||
| 11 | "mousekey": false, | ||
| 12 | "nkro": false, | ||
| 13 | "oled": true, | ||
| 14 | "rgblight": true | ||
| 15 | }, | ||
| 7 | "rgblight": { | 16 | "rgblight": { |
| 8 | "led_count": 20, | 17 | "led_count": 20, |
| 9 | "split_count": [10, 10] | 18 | "split_count": [10, 10] |
diff --git a/keyboards/splitkb/kyria/rev1/proton_c/info.json b/keyboards/splitkb/kyria/rev1/proton_c/keyboard.json index 6cc38d4a21..6cc38d4a21 100644 --- a/keyboards/splitkb/kyria/rev1/proton_c/info.json +++ b/keyboards/splitkb/kyria/rev1/proton_c/keyboard.json | |||
diff --git a/keyboards/splitkb/kyria/rev1/rules.mk b/keyboards/splitkb/kyria/rev1/rules.mk index c4c82d05aa..3a8bfbe089 100644 --- a/keyboards/splitkb/kyria/rev1/rules.mk +++ b/keyboards/splitkb/kyria/rev1/rules.mk | |||
| @@ -1,13 +1 @@ | |||
| 1 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | DEFAULT_FOLDER = splitkb/kyria/rev1/base | |
| 2 | MOUSEKEY_ENABLE = no # Mouse keys | ||
| 3 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 4 | CONSOLE_ENABLE = no # Console for debug | ||
| 5 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 6 | NKRO_ENABLE = no # Enable N-Key Rollover | ||
| 7 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 8 | AUDIO_ENABLE = no # Audio output | ||
| 9 | |||
| 10 | OLED_ENABLE = yes # Enables the use of OLED displays | ||
| 11 | ENCODER_ENABLE = yes # Enables the use of one or more encoders | ||
| 12 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | ||
| 13 | RGB_MATRIX_ENABLE = no # Enable keyboard RGB matrix (do not use together with RGBLIGHT_ENABLE) | ||
diff --git a/keyboards/splitkb/kyria/rev2/info.json b/keyboards/splitkb/kyria/rev2/info.json index 0290153f4a..80f801e3d1 100644 --- a/keyboards/splitkb/kyria/rev2/info.json +++ b/keyboards/splitkb/kyria/rev2/info.json | |||
| @@ -4,6 +4,15 @@ | |||
| 4 | "pid": "0x9D9D", | 4 | "pid": "0x9D9D", |
| 5 | "device_version": "0.0.2" | 5 | "device_version": "0.0.2" |
| 6 | }, | 6 | }, |
| 7 | "features": { | ||
| 8 | "bootmagic": false, | ||
| 9 | "encoder": true, | ||
| 10 | "extrakey": true, | ||
| 11 | "mousekey": false, | ||
| 12 | "nkro": false, | ||
| 13 | "oled": true, | ||
| 14 | "rgblight": true | ||
| 15 | }, | ||
| 7 | "rgblight": { | 16 | "rgblight": { |
| 8 | "led_count": 20, | 17 | "led_count": 20, |
| 9 | "split_count": [10, 10] | 18 | "split_count": [10, 10] |
diff --git a/keyboards/splitkb/kyria/rev2/proton_c/info.json b/keyboards/splitkb/kyria/rev2/proton_c/keyboard.json index 6cc38d4a21..6cc38d4a21 100644 --- a/keyboards/splitkb/kyria/rev2/proton_c/info.json +++ b/keyboards/splitkb/kyria/rev2/proton_c/keyboard.json | |||
diff --git a/keyboards/splitkb/kyria/rev2/rules.mk b/keyboards/splitkb/kyria/rev2/rules.mk index c4c82d05aa..fb808070bf 100644 --- a/keyboards/splitkb/kyria/rev2/rules.mk +++ b/keyboards/splitkb/kyria/rev2/rules.mk | |||
| @@ -1,13 +1 @@ | |||
| 1 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | DEFAULT_FOLDER = splitkb/kyria/rev2/base | |
| 2 | MOUSEKEY_ENABLE = no # Mouse keys | ||
| 3 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 4 | CONSOLE_ENABLE = no # Console for debug | ||
| 5 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 6 | NKRO_ENABLE = no # Enable N-Key Rollover | ||
| 7 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 8 | AUDIO_ENABLE = no # Audio output | ||
| 9 | |||
| 10 | OLED_ENABLE = yes # Enables the use of OLED displays | ||
| 11 | ENCODER_ENABLE = yes # Enables the use of one or more encoders | ||
| 12 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | ||
| 13 | RGB_MATRIX_ENABLE = no # Enable keyboard RGB matrix (do not use together with RGBLIGHT_ENABLE) | ||
