summaryrefslogtreecommitdiff
path: root/keyboards/tender
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-03-15 22:24:10 +0000
committerGitHub <noreply@github.com>2024-03-15 22:24:10 +0000
commit14990ca5a2d444aa8db62b8faadf11bd5b8b8d75 (patch)
tree8a9c61b0a4dc036c46b2e1cdb90c52b7a384dfc0 /keyboards/tender
parent1a903372846f24028431d20bc25e64b4da69da27 (diff)
Migrate features from rules.mk to data driven - ST (#23286)
Diffstat (limited to 'keyboards/tender')
-rw-r--r--keyboards/tender/macrowo_pad/keyboard.json (renamed from keyboards/tender/macrowo_pad/info.json)8
-rw-r--r--keyboards/tender/macrowo_pad/rules.mk11
2 files changed, 8 insertions, 11 deletions
diff --git a/keyboards/tender/macrowo_pad/info.json b/keyboards/tender/macrowo_pad/keyboard.json
index 39a2e87ca1..53e22289f6 100644
--- a/keyboards/tender/macrowo_pad/info.json
+++ b/keyboards/tender/macrowo_pad/keyboard.json
@@ -8,6 +8,14 @@
8 "pid": "0xE936", 8 "pid": "0xE936",
9 "device_version": "0.0.1" 9 "device_version": "0.0.1"
10 }, 10 },
11 "features": {
12 "bootmagic": true,
13 "command": false,
14 "console": false,
15 "extrakey": true,
16 "mousekey": true,
17 "nkro": false
18 },
11 "matrix_pins": { 19 "matrix_pins": {
12 "cols": ["E6", "B4", "B6", "B2", "B3", "B1", "F7", "F6", "F5", "F4"], 20 "cols": ["E6", "B4", "B6", "B2", "B3", "B1", "F7", "F6", "F5", "F4"],
13 "rows": ["B5", "D7"] 21 "rows": ["B5", "D7"]
diff --git a/keyboards/tender/macrowo_pad/rules.mk b/keyboards/tender/macrowo_pad/rules.mk
deleted file mode 100644
index a112ce1f16..0000000000
--- a/keyboards/tender/macrowo_pad/rules.mk
+++ /dev/null
@@ -1,11 +0,0 @@
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
7NKRO_ENABLE = no # Enable N-Key Rollover
8BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
9RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
10AUDIO_ENABLE = no # Audio output
11ENCODER_ENABLE = no # Enable support for EC11 Rotary Encoder