summaryrefslogtreecommitdiff
path: root/keyboards/edc40
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-03-15 01:42:55 +0000
committerGitHub <noreply@github.com>2024-03-15 01:42:55 +0000
commit01473075f8e78adcfbd4f9f4b6bb1d7682a7ee4d (patch)
treefe4f7b504ab90f5ff82162adc8366eccd8163b0b /keyboards/edc40
parent80b72487ce053f128817c5d4c625a63cb3cf9c10 (diff)
Migrate features from rules.mk to data driven - EFGH (#23248)
Diffstat (limited to 'keyboards/edc40')
-rw-r--r--keyboards/edc40/keyboard.json (renamed from keyboards/edc40/info.json)9
-rw-r--r--keyboards/edc40/rules.mk13
2 files changed, 9 insertions, 13 deletions
diff --git a/keyboards/edc40/info.json b/keyboards/edc40/keyboard.json
index ccd1b12a0d..304fb3f112 100644
--- a/keyboards/edc40/info.json
+++ b/keyboards/edc40/keyboard.json
@@ -8,6 +8,15 @@
8 "pid": "0x0002", 8 "pid": "0x0002",
9 "device_version": "0.0.1" 9 "device_version": "0.0.1"
10 }, 10 },
11 "features": {
12 "bootmagic": true,
13 "command": true,
14 "console": false,
15 "extrakey": true,
16 "mousekey": true,
17 "nkro": true,
18 "unicode": true
19 },
11 "matrix_pins": { 20 "matrix_pins": {
12 "cols": ["B0", "B1", "B2", "B3", "D0", "D1", "D2", "D3", "D5", "B4", "B5"], 21 "cols": ["B0", "B1", "B2", "B3", "D0", "D1", "D2", "D3", "D5", "B4", "B5"],
13 "rows": ["D4", "D6", "D7", "F7"] 22 "rows": ["D4", "D6", "D7", "F7"]
diff --git a/keyboards/edc40/rules.mk b/keyboards/edc40/rules.mk
deleted file mode 100644
index 11a655da35..0000000000
--- a/keyboards/edc40/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 = yes # Mouse keys
6EXTRAKEY_ENABLE = yes # Audio control and System control
7CONSOLE_ENABLE = no # Console for debug
8COMMAND_ENABLE = yes # Commands for debug and configuration
9NKRO_ENABLE = yes # Enable N-Key Rollover
10BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
11RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
12AUDIO_ENABLE = no # Audio output
13UNICODE_ENABLE = yes