aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/ydkb/grape
diff options
context:
space:
mode:
authorJoel Challis2024-04-05 16:44:06 +0200
committerGitHub2024-04-05 16:44:06 +0200
commit1f3d709fcb22dd922369fa434813531fed3748ab (patch)
treeea88c1c7b2270bfd25b50e5d5da34628a85d427a /keyboards/ydkb/grape
parent9fa91ad4947293f75df4c0e85ea594b1529afbca (diff)
Migrate build target markers to keyboard.json - YZ (#23421)
Diffstat (limited to 'keyboards/ydkb/grape')
-rw-r--r--keyboards/ydkb/grape/keyboard.json (renamed from keyboards/ydkb/grape/info.json)7
-rw-r--r--keyboards/ydkb/grape/rules.mk13
2 files changed, 7 insertions, 13 deletions
diff --git a/keyboards/ydkb/grape/info.json b/keyboards/ydkb/grape/keyboard.json
index 75aa8fffaf..f8f0364d93 100644
--- a/keyboards/ydkb/grape/info.json
+++ b/keyboards/ydkb/grape/keyboard.json
@@ -8,6 +8,13 @@
"pid": "0x6772",
"device_version": "0.0.1"
},
+ "features": {
+ "backlight": true,
+ "bootmagic": true,
+ "extrakey": true,
+ "mousekey": true,
+ "nkro": true
+ },
"backlight": {
"pin": "B7",
"breathing": true
diff --git a/keyboards/ydkb/grape/rules.mk b/keyboards/ydkb/grape/rules.mk
index d1eb5135b4..6beea3e392 100644
--- a/keyboards/ydkb/grape/rules.mk
+++ b/keyboards/ydkb/grape/rules.mk
@@ -1,16 +1,3 @@
-# Build Options
-# change yes to no to disable
-#
-BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
-MOUSEKEY_ENABLE = yes # Mouse keys
-EXTRAKEY_ENABLE = yes # Audio control and System control
-CONSOLE_ENABLE = no # Console for debug
-COMMAND_ENABLE = no # Commands for debug and configuration
-NKRO_ENABLE = yes # Enable N-Key Rollover
-BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
-RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
-AUDIO_ENABLE = no # Audio output
-
CUSTOM_MATRIX = lite
VPATH += drivers/gpio
SRC += matrix.c sn74x138.c