diff options
| author | Joel Challis <git@zvecr.com> | 2024-04-22 02:06:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-22 02:06:41 +0100 |
| commit | 40d0512794651237a182b4f53a2278d0fb2e583e (patch) | |
| tree | 232f20395add4f60681931f3094b4b2726f2c998 /keyboards/projectkb | |
| parent | 191f62688079d644fe7ac471b2725e79e4d87f48 (diff) | |
Migrate build target markers to keyboard.json - P (#23565)
Diffstat (limited to 'keyboards/projectkb')
| -rw-r--r-- | keyboards/projectkb/alice/rev1/keyboard.json (renamed from keyboards/projectkb/alice/rev1/info.json) | 10 | ||||
| -rw-r--r-- | keyboards/projectkb/alice/rev1/rules.mk | 13 | ||||
| -rw-r--r-- | keyboards/projectkb/alice/rev2/keyboard.json (renamed from keyboards/projectkb/alice/rev2/info.json) | 10 | ||||
| -rw-r--r-- | keyboards/projectkb/alice/rev2/rules.mk | 13 |
4 files changed, 20 insertions, 26 deletions
diff --git a/keyboards/projectkb/alice/rev1/info.json b/keyboards/projectkb/alice/rev1/keyboard.json index 1157fb13ae..1e97746ee8 100644 --- a/keyboards/projectkb/alice/rev1/info.json +++ b/keyboards/projectkb/alice/rev1/keyboard.json | |||
| @@ -1,4 +1,14 @@ | |||
| 1 | { | 1 | { |
| 2 | "features": { | ||
| 3 | "backlight": true, | ||
| 4 | "bootmagic": true, | ||
| 5 | "command": true, | ||
| 6 | "console": true, | ||
| 7 | "extrakey": true, | ||
| 8 | "mousekey": true, | ||
| 9 | "nkro": true, | ||
| 10 | "rgblight": true | ||
| 11 | }, | ||
| 2 | "rgblight": { | 12 | "rgblight": { |
| 3 | "led_count": 14, | 13 | "led_count": 14, |
| 4 | "animations": { | 14 | "animations": { |
diff --git a/keyboards/projectkb/alice/rev1/rules.mk b/keyboards/projectkb/alice/rev1/rules.mk deleted file mode 100644 index f689205b38..0000000000 --- a/keyboards/projectkb/alice/rev1/rules.mk +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = yes # Console for debug | ||
| 8 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = yes # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
| 11 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | ||
| 12 | AUDIO_ENABLE = no # Audio output | ||
| 13 | |||
diff --git a/keyboards/projectkb/alice/rev2/info.json b/keyboards/projectkb/alice/rev2/keyboard.json index be97136ccd..0ed3b88ea2 100644 --- a/keyboards/projectkb/alice/rev2/info.json +++ b/keyboards/projectkb/alice/rev2/keyboard.json | |||
| @@ -1,4 +1,14 @@ | |||
| 1 | { | 1 | { |
| 2 | "features": { | ||
| 3 | "backlight": true, | ||
| 4 | "bootmagic": true, | ||
| 5 | "command": true, | ||
| 6 | "console": true, | ||
| 7 | "extrakey": true, | ||
| 8 | "mousekey": true, | ||
| 9 | "nkro": true, | ||
| 10 | "rgblight": true | ||
| 11 | }, | ||
| 2 | "rgblight": { | 12 | "rgblight": { |
| 3 | "led_count": 14, | 13 | "led_count": 14, |
| 4 | "animations": { | 14 | "animations": { |
diff --git a/keyboards/projectkb/alice/rev2/rules.mk b/keyboards/projectkb/alice/rev2/rules.mk deleted file mode 100644 index f689205b38..0000000000 --- a/keyboards/projectkb/alice/rev2/rules.mk +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = yes # Console for debug | ||
| 8 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = yes # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
| 11 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | ||
| 12 | AUDIO_ENABLE = no # Audio output | ||
| 13 | |||
