aboutsummaryrefslogtreecommitdiff
path: root/keyboards/dmqdesign
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-03-14 03:56:42 +0000
committerGitHub <noreply@github.com>2024-03-14 03:56:42 +0000
commit8e5cd981e1cb8580cde65ac99f335b59d65da632 (patch)
tree3fe2d43bf0b7db23d0f266759fe82b8f44e8a6c9 /keyboards/dmqdesign
parentf217cd46577a5014bc8439339ec0a5471febbfda (diff)
Migrate features from rules.mk to DD (#23247)
Diffstat (limited to 'keyboards/dmqdesign')
-rw-r--r--keyboards/dmqdesign/spin/keyboard.json (renamed from keyboards/dmqdesign/spin/info.json)11
-rw-r--r--keyboards/dmqdesign/spin/rules.mk14
2 files changed, 11 insertions, 14 deletions
diff --git a/keyboards/dmqdesign/spin/info.json b/keyboards/dmqdesign/spin/keyboard.json
index aeeb19299e..a2bc050e91 100644
--- a/keyboards/dmqdesign/spin/info.json
+++ b/keyboards/dmqdesign/spin/keyboard.json
@@ -8,6 +8,17 @@
"pid": "0x0001",
"device_version": "0.0.1"
},
+ "features": {
+ "bootmagic": false,
+ "command": false,
+ "console": false,
+ "encoder": true,
+ "extrakey": true,
+ "midi": true,
+ "mousekey": true,
+ "nkro": true,
+ "rgblight": true
+ },
"matrix_pins": {
"cols": ["F5", "F6", "F7", "C7", "C6"],
"rows": ["F0", "F1", "F4"]
diff --git a/keyboards/dmqdesign/spin/rules.mk b/keyboards/dmqdesign/spin/rules.mk
deleted file mode 100644
index e77cf66617..0000000000
--- a/keyboards/dmqdesign/spin/rules.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-# Build Options
-# change yes to no to disable
-#
-BOOTMAGIC_ENABLE = no # 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 = no # Enable keyboard backlight functionality
-RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
-MIDI_ENABLE = yes # MIDI support
-AUDIO_ENABLE = no # Audio output
-ENCODER_ENABLE = yes # Enable rotary encoder support