diff options
| author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2024-04-13 16:16:06 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-14 00:16:06 +0100 |
| commit | 9de523810309b7737c42bbcd3989ff431351d2d3 (patch) | |
| tree | f17040653b997ba5c2e1153b3e2fa8b1a0b607a7 /keyboards/ergodox_ez | |
| parent | 96025250d101d6819e81c989a0d46e3ee14a906b (diff) | |
Data-Driven Keyboard Conversions: E (#23512)
Diffstat (limited to 'keyboards/ergodox_ez')
| -rw-r--r-- | keyboards/ergodox_ez/glow/info.json | 6 | ||||
| -rw-r--r-- | keyboards/ergodox_ez/glow/keyboard.json | 13 | ||||
| -rw-r--r-- | keyboards/ergodox_ez/glow/rules.mk | 1 | ||||
| -rw-r--r-- | keyboards/ergodox_ez/rules.mk | 13 | ||||
| -rw-r--r-- | keyboards/ergodox_ez/shine/info.json | 7 | ||||
| -rw-r--r-- | keyboards/ergodox_ez/shine/rules.mk | 1 |
6 files changed, 20 insertions, 21 deletions
diff --git a/keyboards/ergodox_ez/glow/info.json b/keyboards/ergodox_ez/glow/info.json deleted file mode 100644 index dcbb1999ca..0000000000 --- a/keyboards/ergodox_ez/glow/info.json +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | { | ||
| 2 | "keyboard_name": "ErgoDox EZ Glow", | ||
| 3 | "usb": { | ||
| 4 | "pid": "0x4976" | ||
| 5 | } | ||
| 6 | } | ||
diff --git a/keyboards/ergodox_ez/glow/keyboard.json b/keyboards/ergodox_ez/glow/keyboard.json new file mode 100644 index 0000000000..43f0ee0b49 --- /dev/null +++ b/keyboards/ergodox_ez/glow/keyboard.json | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | { | ||
| 2 | "keyboard_name": "ErgoDox EZ Glow", | ||
| 3 | "usb": { | ||
| 4 | "pid": "0x4976" | ||
| 5 | }, | ||
| 6 | "features": { | ||
| 7 | "bootmagic": false, | ||
| 8 | "mousekey": true, | ||
| 9 | "extrakey": true, | ||
| 10 | "nkro": true, | ||
| 11 | "rgb_matrix": true | ||
| 12 | } | ||
| 13 | } | ||
diff --git a/keyboards/ergodox_ez/glow/rules.mk b/keyboards/ergodox_ez/glow/rules.mk deleted file mode 100644 index aad92997d0..0000000000 --- a/keyboards/ergodox_ez/glow/rules.mk +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | RGB_MATRIX_ENABLE = yes | ||
diff --git a/keyboards/ergodox_ez/rules.mk b/keyboards/ergodox_ez/rules.mk index 68f785f3cc..187d9dd8e2 100644 --- a/keyboards/ergodox_ez/rules.mk +++ b/keyboards/ergodox_ez/rules.mk | |||
| @@ -3,20 +3,7 @@ | |||
| 3 | # details), include the following define: | 3 | # details), include the following define: |
| 4 | # OPT_DEFS += -DLEFT_LEDS | 4 | # OPT_DEFS += -DLEFT_LEDS |
| 5 | 5 | ||
| 6 | # Build Options | ||
| 7 | # change yes to no to disable | ||
| 8 | # | ||
| 9 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | ||
| 10 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 11 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 12 | CONSOLE_ENABLE = no # Console for debug | ||
| 13 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 14 | CUSTOM_MATRIX = lite # Custom matrix file for the ErgoDox EZ | 6 | CUSTOM_MATRIX = lite # Custom matrix file for the ErgoDox EZ |
| 15 | NKRO_ENABLE = yes # Enable N-Key Rollover | ||
| 16 | UNICODE_ENABLE = no # Unicode | ||
| 17 | SWAP_HANDS_ENABLE= no # Allow swapping hands of keyboard | ||
| 18 | |||
| 19 | RGB_MATRIX_ENABLE = no # enable later | ||
| 20 | 7 | ||
| 21 | # project specific files | 8 | # project specific files |
| 22 | SRC += matrix.c | 9 | SRC += matrix.c |
diff --git a/keyboards/ergodox_ez/shine/info.json b/keyboards/ergodox_ez/shine/info.json index 181ac52e6c..bc0f218d7e 100644 --- a/keyboards/ergodox_ez/shine/info.json +++ b/keyboards/ergodox_ez/shine/info.json | |||
| @@ -5,5 +5,12 @@ | |||
| 5 | }, | 5 | }, |
| 6 | "rgblight": { | 6 | "rgblight": { |
| 7 | "driver": "custom" | 7 | "driver": "custom" |
| 8 | }, | ||
| 9 | "features": { | ||
| 10 | "bootmagic": false, | ||
| 11 | "mousekey": true, | ||
| 12 | "extrakey": true, | ||
| 13 | "nkro": true, | ||
| 14 | "rgblight": true | ||
| 8 | } | 15 | } |
| 9 | } | 16 | } |
diff --git a/keyboards/ergodox_ez/shine/rules.mk b/keyboards/ergodox_ez/shine/rules.mk index 4ab494d1aa..827f58bd6a 100644 --- a/keyboards/ergodox_ez/shine/rules.mk +++ b/keyboards/ergodox_ez/shine/rules.mk | |||
| @@ -1,3 +1,2 @@ | |||
| 1 | RGBLIGHT_ENABLE = yes | ||
| 2 | WS2812_DRIVER_REQUIRED = yes | 1 | WS2812_DRIVER_REQUIRED = yes |
| 3 | SRC += rgblight_custom.c | 2 | SRC += rgblight_custom.c |
