summaryrefslogtreecommitdiff
path: root/keyboards/preonic
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-04-22 02:06:41 +0100
committerGitHub <noreply@github.com>2024-04-22 02:06:41 +0100
commit40d0512794651237a182b4f53a2278d0fb2e583e (patch)
tree232f20395add4f60681931f3094b4b2726f2c998 /keyboards/preonic
parent191f62688079d644fe7ac471b2725e79e4d87f48 (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.mk18
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#
4BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
5MOUSEKEY_ENABLE = yes # Mouse keys
6EXTRAKEY_ENABLE = yes # Audio control and System control
7CONSOLE_ENABLE = yes # Console for debug
8COMMAND_ENABLE = yes # Commands for debug and configuration
9NKRO_ENABLE = yes # Enable N-Key Rollover
10BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
11RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
12AUDIO_ENABLE = yes # Audio output
13CUSTOM_MATRIX = yes 1CUSTOM_MATRIX = yes
14ENCODER_ENABLE = yes
15DIP_SWITCH_ENABLE = yes
16
17# Do not enable RGB_MATRIX_ENABLE together with RGBLIGHT_ENABLE
18RGB_MATRIX_ENABLE = no
19
20SRC += matrix.c 2SRC += matrix.c