diff options
| author | Joel Challis <git@zvecr.com> | 2024-03-15 01:42:55 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-15 01:42:55 +0000 |
| commit | 01473075f8e78adcfbd4f9f4b6bb1d7682a7ee4d (patch) | |
| tree | fe4f7b504ab90f5ff82162adc8366eccd8163b0b /keyboards/edi | |
| parent | 80b72487ce053f128817c5d4c625a63cb3cf9c10 (diff) | |
Migrate features from rules.mk to data driven - EFGH (#23248)
Diffstat (limited to 'keyboards/edi')
| -rw-r--r-- | keyboards/edi/hardlight/mk1/keyboard.json (renamed from keyboards/edi/hardlight/mk1/info.json) | 10 | ||||
| -rw-r--r-- | keyboards/edi/hardlight/mk1/rules.mk | 13 | ||||
| -rw-r--r-- | keyboards/edi/standaside/keyboard.json (renamed from keyboards/edi/standaside/info.json) | 9 | ||||
| -rw-r--r-- | keyboards/edi/standaside/rules.mk | 12 |
4 files changed, 19 insertions, 25 deletions
diff --git a/keyboards/edi/hardlight/mk1/info.json b/keyboards/edi/hardlight/mk1/keyboard.json index dc8bcd01c6..7f33c26227 100644 --- a/keyboards/edi/hardlight/mk1/info.json +++ b/keyboards/edi/hardlight/mk1/keyboard.json | |||
| @@ -6,6 +6,16 @@ | |||
| 6 | "pid": "0x2401", | 6 | "pid": "0x2401", |
| 7 | "device_version": "0.0.1" | 7 | "device_version": "0.0.1" |
| 8 | }, | 8 | }, |
| 9 | "features": { | ||
| 10 | "bootmagic": true, | ||
| 11 | "command": true, | ||
| 12 | "console": true, | ||
| 13 | "extrakey": true, | ||
| 14 | "key_lock": true, | ||
| 15 | "mousekey": false, | ||
| 16 | "nkro": false, | ||
| 17 | "rgblight": true | ||
| 18 | }, | ||
| 9 | "matrix_pins": { | 19 | "matrix_pins": { |
| 10 | "cols": ["E6", "F0", "F1", "F4", "F5", "F6", "F7", "B5"], | 20 | "cols": ["E6", "F0", "F1", "F4", "F5", "F6", "F7", "B5"], |
| 11 | "rows": ["B0", "B1", "B2", "B3", "D4", "D6", "D7", "B4"] | 21 | "rows": ["B0", "B1", "B2", "B3", "D4", "D6", "D7", "B4"] |
diff --git a/keyboards/edi/hardlight/mk1/rules.mk b/keyboards/edi/hardlight/mk1/rules.mk deleted file mode 100644 index 1763386b87..0000000000 --- a/keyboards/edi/hardlight/mk1/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 = 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 | ||
| 13 | KEY_LOCK_ENABLE = yes \ No newline at end of file | ||
diff --git a/keyboards/edi/standaside/info.json b/keyboards/edi/standaside/keyboard.json index 69f94729fb..ccfa5cf1da 100644 --- a/keyboards/edi/standaside/info.json +++ b/keyboards/edi/standaside/keyboard.json | |||
| @@ -8,6 +8,15 @@ | |||
| 8 | "pid": "0x0412", | 8 | "pid": "0x0412", |
| 9 | "device_version": "0.0.3" | 9 | "device_version": "0.0.3" |
| 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": ["F5", "D0", "D4", "C6", "D7", "E6", "B4", "B5"], | 21 | "cols": ["F5", "D0", "D4", "C6", "D7", "E6", "B4", "B5"], |
| 13 | "rows": ["D1", "F4", "F6", "F7", "B1", "B3", "B2", "B6"] | 22 | "rows": ["D1", "F4", "F6", "F7", "B1", "B3", "B2", "B6"] |
diff --git a/keyboards/edi/standaside/rules.mk b/keyboards/edi/standaside/rules.mk deleted file mode 100644 index 8dd3faf689..0000000000 --- a/keyboards/edi/standaside/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 | AUDIO_ENABLE = no # Audio output | ||
| 12 | RGBLIGHT_ENABLE = yes # Enable RGB underlighting support | ||
