summaryrefslogtreecommitdiff
path: root/keyboards/edi
diff options
context:
space:
mode:
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.mk13
-rw-r--r--keyboards/edi/standaside/keyboard.json (renamed from keyboards/edi/standaside/info.json)9
-rw-r--r--keyboards/edi/standaside/rules.mk12
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#
4BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
5MOUSEKEY_ENABLE = no # Mouse keys
6EXTRAKEY_ENABLE = yes # Audio control and System control
7CONSOLE_ENABLE = yes # Console for debug
8COMMAND_ENABLE = yes # Commands for debug and configuration
9NKRO_ENABLE = no # Enable N-Key Rollover
10BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
11RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
12AUDIO_ENABLE = no # Audio output
13KEY_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#
4BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
5MOUSEKEY_ENABLE = no # Mouse keys
6EXTRAKEY_ENABLE = yes # Audio control and System control
7CONSOLE_ENABLE = yes # Console for debug
8COMMAND_ENABLE = yes # Commands for debug and configuration
9NKRO_ENABLE = no # Enable N-Key Rollover
10BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
11AUDIO_ENABLE = no # Audio output
12RGBLIGHT_ENABLE = yes # Enable RGB underlighting support