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/preonic | |
| parent | 191f62688079d644fe7ac471b2725e79e4d87f48 (diff) | |
Migrate build target markers to keyboard.json - P (#23565)
Diffstat (limited to 'keyboards/preonic')
| -rw-r--r-- | keyboards/preonic/rev3_drop/keyboard.json (renamed from keyboards/preonic/rev3_drop/info.json) | 12 | ||||
| -rw-r--r-- | keyboards/preonic/rev3_drop/rules.mk | 18 |
2 files changed, 12 insertions, 18 deletions
diff --git a/keyboards/preonic/rev3_drop/info.json b/keyboards/preonic/rev3_drop/keyboard.json index 79487deaab..f1cf1dfec1 100644 --- a/keyboards/preonic/rev3_drop/info.json +++ b/keyboards/preonic/rev3_drop/keyboard.json | |||
| @@ -6,6 +6,18 @@ | |||
| 6 | "pid": "0xA649", | 6 | "pid": "0xA649", |
| 7 | "device_version": "0.0.3" | 7 | "device_version": "0.0.3" |
| 8 | }, | 8 | }, |
| 9 | "features": { | ||
| 10 | "audio": true, | ||
| 11 | "bootmagic": true, | ||
| 12 | "command": true, | ||
| 13 | "console": true, | ||
| 14 | "dip_switch": true, | ||
| 15 | "encoder": true, | ||
| 16 | "extrakey": true, | ||
| 17 | "mousekey": true, | ||
| 18 | "nkro": true, | ||
| 19 | "rgblight": true | ||
| 20 | }, | ||
| 9 | "rgblight": { | 21 | "rgblight": { |
| 10 | "led_count": 9, | 22 | "led_count": 9, |
| 11 | "animations": { | 23 | "animations": { |
diff --git a/keyboards/preonic/rev3_drop/rules.mk b/keyboards/preonic/rev3_drop/rules.mk index d3ff068813..8784813b33 100644 --- a/keyboards/preonic/rev3_drop/rules.mk +++ b/keyboards/preonic/rev3_drop/rules.mk | |||
| @@ -1,20 +1,2 @@ | |||
| 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 = no # Enable keyboard backlight functionality | ||
| 11 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | ||
| 12 | AUDIO_ENABLE = yes # Audio output | ||
| 13 | CUSTOM_MATRIX = yes | 1 | CUSTOM_MATRIX = yes |
| 14 | ENCODER_ENABLE = yes | ||
| 15 | DIP_SWITCH_ENABLE = yes | ||
| 16 | |||
| 17 | # Do not enable RGB_MATRIX_ENABLE together with RGBLIGHT_ENABLE | ||
| 18 | RGB_MATRIX_ENABLE = no | ||
| 19 | |||
| 20 | SRC += matrix.c | 2 | SRC += matrix.c |
