aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/dk60
diff options
context:
space:
mode:
authorJoel Challis2024-03-14 04:56:42 +0100
committerGitHub2024-03-14 04:56:42 +0100
commit8e5cd981e1cb8580cde65ac99f335b59d65da632 (patch)
tree3fe2d43bf0b7db23d0f266759fe82b8f44e8a6c9 /keyboards/dk60
parentf217cd46577a5014bc8439339ec0a5471febbfda (diff)
Migrate features from rules.mk to DD (#23247)
Diffstat (limited to 'keyboards/dk60')
-rw-r--r--keyboards/dk60/keyboard.json (renamed from keyboards/dk60/info.json)10
-rw-r--r--keyboards/dk60/rules.mk14
2 files changed, 10 insertions, 14 deletions
diff --git a/keyboards/dk60/info.json b/keyboards/dk60/keyboard.json
index 5af417c2b7..3e451a5c8d 100644
--- a/keyboards/dk60/info.json
+++ b/keyboards/dk60/keyboard.json
@@ -8,6 +8,16 @@
"pid": "0x56C2",
"device_version": "0.0.1"
},
+ "features": {
+ "bootmagic": true,
+ "command": false,
+ "console": false,
+ "extrakey": true,
+ "mousekey": false,
+ "nkro": true,
+ "sleep_led": true,
+ "unicode": true
+ },
"matrix_pins": {
"cols": ["B0", "B3", "B2", "B1", "D3", "D5", "B5", "B7", "C6", "C7", "D0", "D1", "D2"],
"rows": ["B6", "B4", "D7", "D6", "D4"]
diff --git a/keyboards/dk60/rules.mk b/keyboards/dk60/rules.mk
deleted file mode 100644
index 99c7eb0fa2..0000000000
--- a/keyboards/dk60/rules.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-# Build Options
-# change yes to no to disable
-#
-BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
-MOUSEKEY_ENABLE = no # 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 = no # Enable keyboard backlight functionality
-RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
-AUDIO_ENABLE = no # Audio output
-SLEEP_LED_ENABLE = yes
-UNICODE_ENABLE = yes