diff options
| author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2024-05-20 12:40:23 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-20 20:40:23 +0100 |
| commit | bf42707eed2cee8e6b0ad579df2924e50eada841 (patch) | |
| tree | db7e7a553189e0c5a4c04615ac044879d9822c05 /keyboards/edc40 | |
| parent | 03f0d683420a1efa9709f61dd778e764300d86ea (diff) | |
Migrate `LOCKING_*_ENABLE` to Data-Driven: E (#23751)
Affects:
- `e88`
- `ealdin/quadrant`
- `earth_rover`
- `eco`
- `edc40`
- `edi/standaside`
- `eek`
- `ein_60`
- `eniigmakeyboards/ek65`
- `eniigmakeyboards/ek87`
- `ep/96`
- `ep/comsn/hs68`
- `ep/comsn/mollydooker`
- `ep/comsn/tf_longeboye`
- `ergodox_ez`
- `ergotravel/rev1`
- `eternal_keypad`
- `evil80`
- `evolv`
- `evyd13/atom47/rev2`
- `evyd13/atom47/rev5`
- `evyd13/eon65`
- `evyd13/eon75`
- `evyd13/eon87`
- `evyd13/eon95`
- `evyd13/gh80_1800`
- `evyd13/gh80_3700`
- `evyd13/minitomic`
- `evyd13/mx5160`
- `evyd13/nt750`
- `evyd13/nt980`
- `evyd13/omrontkl`
- `evyd13/quackfire`
- `evyd13/solheim68`
- `evyd13/ta65`
- `evyd13/wasdat_code`
- `exclusive/e65`
- `exclusive/e7v1`
- `exclusive/e7v1se`
- `exclusive/e85/hotswap`
- `exclusive/e85/soldered`
Diffstat (limited to 'keyboards/edc40')
| -rw-r--r-- | keyboards/edc40/config.h | 19 | ||||
| -rw-r--r-- | keyboards/edc40/keyboard.json | 6 |
2 files changed, 6 insertions, 19 deletions
diff --git a/keyboards/edc40/config.h b/keyboards/edc40/config.h deleted file mode 100644 index 55d7cb23a7..0000000000 --- a/keyboards/edc40/config.h +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | /* Copyright 2020 OJtheTiny | ||
| 2 | * | ||
| 3 | * This program is free software: you can redistribute it and/or modify | ||
| 4 | * it under the terms of the GNU General Public License as published by | ||
| 5 | * the Free Software Foundation, either version 2 of the License, or | ||
| 6 | * (at your option) any later version. | ||
| 7 | * | ||
| 8 | * This program is distributed in the hope that it will be useful, | ||
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 11 | * GNU General Public License for more details. | ||
| 12 | * | ||
| 13 | * You should have received a copy of the GNU General Public License | ||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 15 | */ | ||
| 16 | #pragma once | ||
| 17 | |||
| 18 | #define LOCKING_SUPPORT_ENABLE | ||
| 19 | #define LOCKING_RESYNC_ENABLE | ||
diff --git a/keyboards/edc40/keyboard.json b/keyboards/edc40/keyboard.json index 304fb3f112..7ad2fdd3b8 100644 --- a/keyboards/edc40/keyboard.json +++ b/keyboards/edc40/keyboard.json | |||
| @@ -17,6 +17,12 @@ | |||
| 17 | "nkro": true, | 17 | "nkro": true, |
| 18 | "unicode": true | 18 | "unicode": true |
| 19 | }, | 19 | }, |
| 20 | "qmk": { | ||
| 21 | "locking": { | ||
| 22 | "enabled": true, | ||
| 23 | "resync": true | ||
| 24 | } | ||
| 25 | }, | ||
| 20 | "matrix_pins": { | 26 | "matrix_pins": { |
| 21 | "cols": ["B0", "B1", "B2", "B3", "D0", "D1", "D2", "D3", "D5", "B4", "B5"], | 27 | "cols": ["B0", "B1", "B2", "B3", "D0", "D1", "D2", "D3", "D5", "B4", "B5"], |
| 22 | "rows": ["D4", "D6", "D7", "F7"] | 28 | "rows": ["D4", "D6", "D7", "F7"] |
