summaryrefslogtreecommitdiff
path: root/keyboards/30wer
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-03-14 03:57:48 +0000
committerGitHub <noreply@github.com>2024-03-14 03:57:48 +0000
commitf1a279810fbab3b5d5c4cfa0b4146cf042dae3bb (patch)
treeca80167c75a759a10d60b1aba8e78e7683ed5e38 /keyboards/30wer
parent8e5cd981e1cb8580cde65ac99f335b59d65da632 (diff)
Migrate features from rules.mk to DD (#23202)
Diffstat (limited to 'keyboards/30wer')
-rw-r--r--keyboards/30wer/keyboard.json (renamed from keyboards/30wer/info.json)8
-rw-r--r--keyboards/30wer/rules.mk12
2 files changed, 8 insertions, 12 deletions
diff --git a/keyboards/30wer/info.json b/keyboards/30wer/keyboard.json
index 85f3826acd..606c13f7aa 100644
--- a/keyboards/30wer/info.json
+++ b/keyboards/30wer/keyboard.json
@@ -8,6 +8,14 @@
8 "pid": "0x5678", 8 "pid": "0x5678",
9 "device_version": "0.0.1" 9 "device_version": "0.0.1"
10 }, 10 },
11 "features": {
12 "bootmagic": false,
13 "command": false,
14 "console": true,
15 "extrakey": true,
16 "mousekey": false,
17 "nkro": true
18 },
11 "matrix_pins": { 19 "matrix_pins": {
12 "cols": ["F4", "F5", "F6", "F7", "B1", "B3", "B2", "B6", "D1", "D0", "D4", "C6", "D7"], 20 "cols": ["F4", "F5", "F6", "F7", "B1", "B3", "B2", "B6", "D1", "D0", "D4", "C6", "D7"],
13 "rows": ["E6", "B4", "B5"] 21 "rows": ["E6", "B4", "B5"]
diff --git a/keyboards/30wer/rules.mk b/keyboards/30wer/rules.mk
deleted file mode 100644
index 0048c64351..0000000000
--- a/keyboards/30wer/rules.mk
+++ /dev/null
@@ -1,12 +0,0 @@
1# Build Options
2# change yes to no to disable
3#
4BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
5MOUSEKEY_ENABLE = no # Mouse keys
6EXTRAKEY_ENABLE = yes # Audio control and System control
7CONSOLE_ENABLE = yes # Console for debug
8COMMAND_ENABLE = no # Commands for debug and configuration
9NKRO_ENABLE = yes # Enable N-Key Rollover
10BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
11AUDIO_ENABLE = no # Audio output
12RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.