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/sawnsprojects | |
| parent | 1a903372846f24028431d20bc25e64b4da69da27 (diff) | |
Migrate features from rules.mk to data driven - ST (#23286)
Diffstat (limited to 'keyboards/sawnsprojects')
| -rw-r--r-- | keyboards/sawnsprojects/amber80/solder/keyboard.json (renamed from keyboards/sawnsprojects/amber80/solder/info.json) | 9 | ||||
| -rw-r--r-- | keyboards/sawnsprojects/amber80/solder/rules.mk | 12 | ||||
| -rw-r--r-- | keyboards/sawnsprojects/krush/krush65/hotswap/keyboard.json (renamed from keyboards/sawnsprojects/krush/krush65/hotswap/info.json) | 10 | ||||
| -rw-r--r-- | keyboards/sawnsprojects/krush/krush65/hotswap/rules.mk | 13 | ||||
| -rw-r--r-- | keyboards/sawnsprojects/krush/krush65/solder/keyboard.json (renamed from keyboards/sawnsprojects/krush/krush65/solder/info.json) | 10 | ||||
| -rw-r--r-- | keyboards/sawnsprojects/krush/krush65/solder/rules.mk | 12 | ||||
| -rw-r--r-- | keyboards/sawnsprojects/satxri6key/keyboard.json (renamed from keyboards/sawnsprojects/satxri6key/info.json) | 8 | ||||
| -rw-r--r-- | keyboards/sawnsprojects/satxri6key/rules.mk | 11 | ||||
| -rw-r--r-- | keyboards/sawnsprojects/vcl65/solder/keyboard.json (renamed from keyboards/sawnsprojects/vcl65/solder/info.json) | 9 | ||||
| -rw-r--r-- | keyboards/sawnsprojects/vcl65/solder/rules.mk | 12 |
10 files changed, 46 insertions, 60 deletions
diff --git a/keyboards/sawnsprojects/amber80/solder/info.json b/keyboards/sawnsprojects/amber80/solder/keyboard.json index f6c458a9b7..dc8e718fd6 100644 --- a/keyboards/sawnsprojects/amber80/solder/info.json +++ b/keyboards/sawnsprojects/amber80/solder/keyboard.json | |||
| @@ -8,6 +8,15 @@ | |||
| 8 | "pid": "0xA801", | 8 | "pid": "0xA801", |
| 9 | "device_version": "0.0.1" | 9 | "device_version": "0.0.1" |
| 10 | }, | 10 | }, |
| 11 | "features": { | ||
| 12 | "bootmagic": true, | ||
| 13 | "command": true, | ||
| 14 | "console": true, | ||
| 15 | "extrakey": true, | ||
| 16 | "mousekey": false, | ||
| 17 | "nkro": false, | ||
| 18 | "rgblight": true | ||
| 19 | }, | ||
| 11 | "matrix_pins": { | 20 | "matrix_pins": { |
| 12 | "cols": ["F4", "F6", "F7", "C7", "C6", "B6", "B5", "D6", "D4"], | 21 | "cols": ["F4", "F6", "F7", "C7", "C6", "B6", "B5", "D6", "D4"], |
| 13 | "rows": ["B1", "B2", "B3", "B7", "D0", "D1", "F1", "F0", "D7", "B4", "D5", "D3"] | 22 | "rows": ["B1", "B2", "B3", "B7", "D0", "D1", "F1", "F0", "D7", "B4", "D5", "D3"] |
diff --git a/keyboards/sawnsprojects/amber80/solder/rules.mk b/keyboards/sawnsprojects/amber80/solder/rules.mk deleted file mode 100644 index 97c1694c81..0000000000 --- a/keyboards/sawnsprojects/amber80/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 = no # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = yes # Console for debug | ||
| 8 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = no # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 11 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | ||
| 12 | AUDIO_ENABLE = no # Audio output \ No newline at end of file | ||
diff --git a/keyboards/sawnsprojects/krush/krush65/hotswap/info.json b/keyboards/sawnsprojects/krush/krush65/hotswap/keyboard.json index 5f8036cd3a..ccb9165c5b 100644 --- a/keyboards/sawnsprojects/krush/krush65/hotswap/info.json +++ b/keyboards/sawnsprojects/krush/krush65/hotswap/keyboard.json | |||
| @@ -8,6 +8,16 @@ | |||
| 8 | "pid": "0x5B31", | 8 | "pid": "0x5B31", |
| 9 | "device_version": "0.0.1" | 9 | "device_version": "0.0.1" |
| 10 | }, | 10 | }, |
| 11 | "features": { | ||
| 12 | "bootmagic": true, | ||
| 13 | "command": false, | ||
| 14 | "console": true, | ||
| 15 | "encoder": true, | ||
| 16 | "extrakey": true, | ||
| 17 | "mousekey": true, | ||
| 18 | "nkro": false, | ||
| 19 | "rgblight": true | ||
| 20 | }, | ||
| 11 | "matrix_pins": { | 21 | "matrix_pins": { |
| 12 | "cols": ["B7", "B3", "F4", "F5", "F6", "F7", "C7", "C6", "B6", "B5", "B4", "D7", "D0", "D5", "D6", "D3"], | 22 | "cols": ["B7", "B3", "F4", "F5", "F6", "F7", "C7", "C6", "B6", "B5", "B4", "D7", "D0", "D5", "D6", "D3"], |
| 13 | "rows": ["B1", "B2", "D4", "F1", "F0"] | 23 | "rows": ["B1", "B2", "D4", "F1", "F0"] |
diff --git a/keyboards/sawnsprojects/krush/krush65/hotswap/rules.mk b/keyboards/sawnsprojects/krush/krush65/hotswap/rules.mk deleted file mode 100644 index 27132e6747..0000000000 --- a/keyboards/sawnsprojects/krush/krush65/hotswap/rules.mk +++ /dev/null | |||
| @@ -1,13 +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 = yes # 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 = yes # Enable keyboard RGB underglow | ||
| 12 | AUDIO_ENABLE = no # Audio output | ||
| 13 | ENCODER_ENABLE = yes | ||
diff --git a/keyboards/sawnsprojects/krush/krush65/solder/info.json b/keyboards/sawnsprojects/krush/krush65/solder/keyboard.json index 853f95b45e..a72c903d8c 100644 --- a/keyboards/sawnsprojects/krush/krush65/solder/info.json +++ b/keyboards/sawnsprojects/krush/krush65/solder/keyboard.json | |||
| @@ -8,6 +8,16 @@ | |||
| 8 | "pid": "0x6B31", | 8 | "pid": "0x6B31", |
| 9 | "device_version": "0.0.1" | 9 | "device_version": "0.0.1" |
| 10 | }, | 10 | }, |
| 11 | "features": { | ||
| 12 | "bootmagic": true, | ||
| 13 | "command": false, | ||
| 14 | "console": true, | ||
| 15 | "encoder": true, | ||
| 16 | "extrakey": true, | ||
| 17 | "mousekey": true, | ||
| 18 | "nkro": false, | ||
| 19 | "rgblight": true | ||
| 20 | }, | ||
| 11 | "matrix_pins": { | 21 | "matrix_pins": { |
| 12 | "cols": ["C7", "C6", "B6", "B5", "B4", "D7", "D5", "D3"], | 22 | "cols": ["C7", "C6", "B6", "B5", "B4", "D7", "D5", "D3"], |
| 13 | "rows": ["B1", "B2", "D1", "D2", "D4", "D6", "F6", "F7", "F5", "F4"] | 23 | "rows": ["B1", "B2", "D1", "D2", "D4", "D6", "F6", "F7", "F5", "F4"] |
diff --git a/keyboards/sawnsprojects/krush/krush65/solder/rules.mk b/keyboards/sawnsprojects/krush/krush65/solder/rules.mk deleted file mode 100644 index cb7ca38b80..0000000000 --- a/keyboards/sawnsprojects/krush/krush65/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 = yes # 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 = yes # Enable keyboard RGB underglow | ||
| 12 | ENCODER_ENABLE = yes | ||
diff --git a/keyboards/sawnsprojects/satxri6key/info.json b/keyboards/sawnsprojects/satxri6key/keyboard.json index e56af19c7d..7049be25cf 100644 --- a/keyboards/sawnsprojects/satxri6key/info.json +++ b/keyboards/sawnsprojects/satxri6key/keyboard.json | |||
| @@ -81,6 +81,14 @@ | |||
| 81 | "ws2812": { | 81 | "ws2812": { |
| 82 | "pin": "F0" | 82 | "pin": "F0" |
| 83 | }, | 83 | }, |
| 84 | "features": { | ||
| 85 | "bootmagic": true, | ||
| 86 | "command": false, | ||
| 87 | "console": false, | ||
| 88 | "extrakey": true, | ||
| 89 | "mousekey": true, | ||
| 90 | "nkro": false | ||
| 91 | }, | ||
| 84 | "matrix_pins": { | 92 | "matrix_pins": { |
| 85 | "cols": ["F1", "F4", "F5"], | 93 | "cols": ["F1", "F4", "F5"], |
| 86 | "rows": ["F7", "F6"] | 94 | "rows": ["F7", "F6"] |
diff --git a/keyboards/sawnsprojects/satxri6key/rules.mk b/keyboards/sawnsprojects/satxri6key/rules.mk deleted file mode 100644 index 1dfb86ae3c..0000000000 --- a/keyboards/sawnsprojects/satxri6key/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 | 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 | AUDIO_ENABLE = no # Audio output | ||
diff --git a/keyboards/sawnsprojects/vcl65/solder/info.json b/keyboards/sawnsprojects/vcl65/solder/keyboard.json index a7c3975ccf..4fc0f29766 100644 --- a/keyboards/sawnsprojects/vcl65/solder/info.json +++ b/keyboards/sawnsprojects/vcl65/solder/keyboard.json | |||
| @@ -8,6 +8,15 @@ | |||
| 8 | "pid": "0x1727", | 8 | "pid": "0x1727", |
| 9 | "device_version": "0.0.1" | 9 | "device_version": "0.0.1" |
| 10 | }, | 10 | }, |
| 11 | "features": { | ||
| 12 | "bootmagic": true, | ||
| 13 | "command": false, | ||
| 14 | "console": true, | ||
| 15 | "extrakey": true, | ||
| 16 | "mousekey": false, | ||
| 17 | "nkro": false, | ||
| 18 | "rgblight": true | ||
| 19 | }, | ||
| 11 | "matrix_pins": { | 20 | "matrix_pins": { |
| 12 | "cols": ["B2", "B5", "F5", "C7", "B4", "C6", "D7", "D6", "D4", "D5", "D3", "D2", "B6", "D1", "D0"], | 21 | "cols": ["B2", "B5", "F5", "C7", "B4", "C6", "D7", "D6", "D4", "D5", "D3", "D2", "B6", "D1", "D0"], |
| 13 | "rows": ["F6", "F7", "F0", "F4", "B1"] | 22 | "rows": ["F6", "F7", "F0", "F4", "B1"] |
diff --git a/keyboards/sawnsprojects/vcl65/solder/rules.mk b/keyboards/sawnsprojects/vcl65/solder/rules.mk deleted file mode 100644 index fde71474dc..0000000000 --- a/keyboards/sawnsprojects/vcl65/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 = no # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = yes # 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 = yes # Enable keyboard RGB underglow | ||
| 12 | AUDIO_ENABLE = no # Audio output \ No newline at end of file | ||
