diff options
| author | Joel Challis <git@zvecr.com> | 2024-03-15 22:24:00 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-15 22:24:00 +0000 |
| commit | 1a903372846f24028431d20bc25e64b4da69da27 (patch) | |
| tree | d628946d38d303f98f24c14db6b3cdd85f7397bb /keyboards/qwertykeys | |
| parent | 24d824aae40b932dbcdc5036d7f30a6f2f352442 (diff) | |
Migrate features from rules.mk to data driven - OPQR (#23285)
Diffstat (limited to 'keyboards/qwertykeys')
| -rw-r--r-- | keyboards/qwertykeys/qk65/hotswap/keyboard.json (renamed from keyboards/qwertykeys/qk65/hotswap/info.json) | 8 | ||||
| -rw-r--r-- | keyboards/qwertykeys/qk65/hotswap/rules.mk | 12 | ||||
| -rw-r--r-- | keyboards/qwertykeys/qk65/solder/keyboard.json (renamed from keyboards/qwertykeys/qk65/solder/info.json) | 8 | ||||
| -rw-r--r-- | keyboards/qwertykeys/qk65/solder/rules.mk | 12 |
4 files changed, 16 insertions, 24 deletions
diff --git a/keyboards/qwertykeys/qk65/hotswap/info.json b/keyboards/qwertykeys/qk65/hotswap/keyboard.json index 01799ac0ef..7c786a7038 100644 --- a/keyboards/qwertykeys/qk65/hotswap/info.json +++ b/keyboards/qwertykeys/qk65/hotswap/keyboard.json | |||
| @@ -9,6 +9,14 @@ | |||
| 9 | "device_version": "0.0.1", | 9 | "device_version": "0.0.1", |
| 10 | "force_nkro": true | 10 | "force_nkro": true |
| 11 | }, | 11 | }, |
| 12 | "features": { | ||
| 13 | "bootmagic": true, | ||
| 14 | "command": false, | ||
| 15 | "console": false, | ||
| 16 | "extrakey": true, | ||
| 17 | "mousekey": true, | ||
| 18 | "nkro": true | ||
| 19 | }, | ||
| 12 | "matrix_pins": { | 20 | "matrix_pins": { |
| 13 | "cols": ["D5", "D4", "D6", "D7", "B4", "B5", "B6", "C6", "C7", "F7", "F6", "F5", "F4", "F1", "F0"], | 21 | "cols": ["D5", "D4", "D6", "D7", "B4", "B5", "B6", "C6", "C7", "F7", "F6", "F5", "F4", "F1", "F0"], |
| 14 | "rows": ["B0", "B7", "D0", "D1", "D2"] | 22 | "rows": ["B0", "B7", "D0", "D1", "D2"] |
diff --git a/keyboards/qwertykeys/qk65/hotswap/rules.mk b/keyboards/qwertykeys/qk65/hotswap/rules.mk deleted file mode 100644 index 3b6a1809db..0000000000 --- a/keyboards/qwertykeys/qk65/hotswap/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 = yes # 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 = yes # 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 | ||
diff --git a/keyboards/qwertykeys/qk65/solder/info.json b/keyboards/qwertykeys/qk65/solder/keyboard.json index f0de59102a..b1795474d3 100644 --- a/keyboards/qwertykeys/qk65/solder/info.json +++ b/keyboards/qwertykeys/qk65/solder/keyboard.json | |||
| @@ -9,6 +9,14 @@ | |||
| 9 | "device_version": "0.0.1", | 9 | "device_version": "0.0.1", |
| 10 | "force_nkro": true | 10 | "force_nkro": true |
| 11 | }, | 11 | }, |
| 12 | "features": { | ||
| 13 | "bootmagic": true, | ||
| 14 | "command": false, | ||
| 15 | "console": false, | ||
| 16 | "extrakey": true, | ||
| 17 | "mousekey": true, | ||
| 18 | "nkro": true | ||
| 19 | }, | ||
| 12 | "matrix_pins": { | 20 | "matrix_pins": { |
| 13 | "cols": ["D5", "D4", "D6", "D7", "B4", "B5", "B6", "C6", "C7", "F7", "F6", "F5", "F4", "F1", "F0"], | 21 | "cols": ["D5", "D4", "D6", "D7", "B4", "B5", "B6", "C6", "C7", "F7", "F6", "F5", "F4", "F1", "F0"], |
| 14 | "rows": ["B0", "B7", "D0", "D1", "D2"] | 22 | "rows": ["B0", "B7", "D0", "D1", "D2"] |
diff --git a/keyboards/qwertykeys/qk65/solder/rules.mk b/keyboards/qwertykeys/qk65/solder/rules.mk deleted file mode 100644 index 3b6a1809db..0000000000 --- a/keyboards/qwertykeys/qk65/solder/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 = yes # 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 = yes # 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 | ||
