diff options
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.mk | 13 |
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 | # | ||
| 4 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = no # Console for debug | ||
| 8 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = yes # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 11 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 12 | AUDIO_ENABLE = no # Audio output | ||
| 13 | UNICODE_ENABLE = yes | ||
