summaryrefslogtreecommitdiff
path: root/keyboards/ergodox_ez
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2024-04-13 16:16:06 -0700
committerGitHub <noreply@github.com>2024-04-14 00:16:06 +0100
commit9de523810309b7737c42bbcd3989ff431351d2d3 (patch)
treef17040653b997ba5c2e1153b3e2fa8b1a0b607a7 /keyboards/ergodox_ez
parent96025250d101d6819e81c989a0d46e3ee14a906b (diff)
Data-Driven Keyboard Conversions: E (#23512)
Diffstat (limited to 'keyboards/ergodox_ez')
-rw-r--r--keyboards/ergodox_ez/glow/info.json6
-rw-r--r--keyboards/ergodox_ez/glow/keyboard.json13
-rw-r--r--keyboards/ergodox_ez/glow/rules.mk1
-rw-r--r--keyboards/ergodox_ez/rules.mk13
-rw-r--r--keyboards/ergodox_ez/shine/info.json7
-rw-r--r--keyboards/ergodox_ez/shine/rules.mk1
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 @@
1RGB_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#
9BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
10MOUSEKEY_ENABLE = yes # Mouse keys
11EXTRAKEY_ENABLE = yes # Audio control and System control
12CONSOLE_ENABLE = no # Console for debug
13COMMAND_ENABLE = no # Commands for debug and configuration
14CUSTOM_MATRIX = lite # Custom matrix file for the ErgoDox EZ 6CUSTOM_MATRIX = lite # Custom matrix file for the ErgoDox EZ
15NKRO_ENABLE = yes # Enable N-Key Rollover
16UNICODE_ENABLE = no # Unicode
17SWAP_HANDS_ENABLE= no # Allow swapping hands of keyboard
18
19RGB_MATRIX_ENABLE = no # enable later
20 7
21# project specific files 8# project specific files
22SRC += matrix.c 9SRC += 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 @@
1RGBLIGHT_ENABLE = yes
2WS2812_DRIVER_REQUIRED = yes 1WS2812_DRIVER_REQUIRED = yes
3SRC += rgblight_custom.c 2SRC += rgblight_custom.c