diff options
| author | Joel Challis <git@zvecr.com> | 2024-03-15 22:24:10 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-15 22:24:10 +0000 |
| commit | 14990ca5a2d444aa8db62b8faadf11bd5b8b8d75 (patch) | |
| tree | 8a9c61b0a4dc036c46b2e1cdb90c52b7a384dfc0 /keyboards/tender | |
| parent | 1a903372846f24028431d20bc25e64b4da69da27 (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.mk | 11 |
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 | # | ||
| 4 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | NKRO_ENABLE = no # Enable N-Key Rollover | ||
| 8 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 9 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 10 | AUDIO_ENABLE = no # Audio output | ||
| 11 | ENCODER_ENABLE = no # Enable support for EC11 Rotary Encoder | ||
