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/edi | |
| 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/edi')
| -rw-r--r-- | keyboards/edi/standaside/config.h | 24 | ||||
| -rw-r--r-- | keyboards/edi/standaside/keyboard.json | 6 |
2 files changed, 6 insertions, 24 deletions
diff --git a/keyboards/edi/standaside/config.h b/keyboards/edi/standaside/config.h deleted file mode 100644 index 7caa265c1a..0000000000 --- a/keyboards/edi/standaside/config.h +++ /dev/null | |||
| @@ -1,24 +0,0 @@ | |||
| 1 | |||
| 2 | |||
| 3 | #pragma once | ||
| 4 | |||
| 5 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | ||
| 6 | #define LOCKING_SUPPORT_ENABLE | ||
| 7 | /* Locking resynchronize hack */ | ||
| 8 | #define LOCKING_RESYNC_ENABLE | ||
| 9 | |||
| 10 | /* | ||
| 11 | * Feature disable options | ||
| 12 | * These options are also useful to firmware size reduction. | ||
| 13 | */ | ||
| 14 | |||
| 15 | /* disable debug print */ | ||
| 16 | //#define NO_DEBUG | ||
| 17 | |||
| 18 | /* disable print */ | ||
| 19 | //#define NO_PRINT | ||
| 20 | |||
| 21 | /* disable action features */ | ||
| 22 | //#define NO_ACTION_LAYER | ||
| 23 | //#define NO_ACTION_TAPPING | ||
| 24 | //#define NO_ACTION_ONESHOT | ||
diff --git a/keyboards/edi/standaside/keyboard.json b/keyboards/edi/standaside/keyboard.json index ccfa5cf1da..410f8f693a 100644 --- a/keyboards/edi/standaside/keyboard.json +++ b/keyboards/edi/standaside/keyboard.json | |||
| @@ -17,6 +17,12 @@ | |||
| 17 | "nkro": false, | 17 | "nkro": false, |
| 18 | "rgblight": true | 18 | "rgblight": true |
| 19 | }, | 19 | }, |
| 20 | "qmk": { | ||
| 21 | "locking": { | ||
| 22 | "enabled": true, | ||
| 23 | "resync": true | ||
| 24 | } | ||
| 25 | }, | ||
| 20 | "matrix_pins": { | 26 | "matrix_pins": { |
| 21 | "cols": ["F5", "D0", "D4", "C6", "D7", "E6", "B4", "B5"], | 27 | "cols": ["F5", "D0", "D4", "C6", "D7", "E6", "B4", "B5"], |
| 22 | "rows": ["D1", "F4", "F6", "F7", "B1", "B3", "B2", "B6"] | 28 | "rows": ["D1", "F4", "F6", "F7", "B1", "B3", "B2", "B6"] |
