diff options
| author | Joel Challis <git@zvecr.com> | 2024-03-14 03:56:42 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-14 03:56:42 +0000 |
| commit | 8e5cd981e1cb8580cde65ac99f335b59d65da632 (patch) | |
| tree | 3fe2d43bf0b7db23d0f266759fe82b8f44e8a6c9 /keyboards/compound | |
| parent | f217cd46577a5014bc8439339ec0a5471febbfda (diff) | |
Migrate features from rules.mk to DD (#23247)
Diffstat (limited to 'keyboards/compound')
| -rw-r--r-- | keyboards/compound/keyboard.json (renamed from keyboards/compound/info.json) | 8 | ||||
| -rw-r--r-- | keyboards/compound/rules.mk | 12 |
2 files changed, 8 insertions, 12 deletions
diff --git a/keyboards/compound/info.json b/keyboards/compound/keyboard.json index 9f31c7efc1..a0a1e1e949 100644 --- a/keyboards/compound/info.json +++ b/keyboards/compound/keyboard.json | |||
| @@ -8,6 +8,14 @@ | |||
| 8 | "pid": "0xB0BA", | 8 | "pid": "0xB0BA", |
| 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": false, | ||
| 17 | "nkro": false | ||
| 18 | }, | ||
| 11 | "matrix_pins": { | 19 | "matrix_pins": { |
| 12 | "cols": ["F0", "D5", "D4", "D6", "D7", "B4", "B5", "B6", "C6", "C7", "F7", "F6", "F5", "F4", "F1"], | 20 | "cols": ["F0", "D5", "D4", "D6", "D7", "B4", "B5", "B6", "C6", "C7", "F7", "F6", "F5", "F4", "F1"], |
| 13 | "rows": ["B0", "B7", "D0", "D1", "D2"] | 21 | "rows": ["B0", "B7", "D0", "D1", "D2"] |
diff --git a/keyboards/compound/rules.mk b/keyboards/compound/rules.mk deleted file mode 100644 index 6fe874e748..0000000000 --- a/keyboards/compound/rules.mk +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = no # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = no # Console for debug | ||
| 8 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = no # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 11 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 12 | AUDIO_ENABLE = no # Audio output | ||
