diff options
| author | James Young | 2024-05-20 22:00:35 +0200 |
|---|---|---|
| committer | GitHub | 2024-05-20 22:00:35 +0200 |
| commit | 079ac7c1665c292ea086e8457d2a83dad805ea31 (patch) | |
| tree | 56e494bc819f2253b0a4345182118b907f3ee680 /keyboards/checkerboards/plexus75_he/keyboard.json | |
| parent | b7b4ffc44974e8f8c65bf54b32a8fc8f1b2ee043 (diff) | |
Migrate `LOCKING_*_ENABLE` to Data-Driven: A-C, Part 2 (#23746)
Affects:
- `chalice`
- `charue/sunsetter_r2`
- `checkerboards/axon40`
- `checkerboards/candybar_ortho`
- `checkerboards/g_idb60`
- `checkerboards/nop60`
- `checkerboards/phoenix45_ortho`
- `checkerboards/plexus75`
- `checkerboards/plexus75_he`
- `checkerboards/pursuit40`
- `checkerboards/quark`
- `checkerboards/quark_lp`
- `checkerboards/quark_plus`
- `checkerboards/quark_squared`
- `checkerboards/snop60`
- `checkerboards/ud40_ortho_alt`
- `cheshire/curiosity`
- `chickenman/ciel`
- `chlx/merro60`
- `chlx/str_merro60`
- `chosfox/cf81`
- `citrus/erdnuss65`
- `ckeys/handwire_101`
- `ckeys/nakey`
- `ckeys/obelus`
- `ckeys/thedora`
- `ckeys/washington`
- `clueboard/2x1800/2018`
- `clueboard/2x1800/2021`
Diffstat (limited to 'keyboards/checkerboards/plexus75_he/keyboard.json')
| -rw-r--r-- | keyboards/checkerboards/plexus75_he/keyboard.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/checkerboards/plexus75_he/keyboard.json b/keyboards/checkerboards/plexus75_he/keyboard.json index c089e58e61..2da1bf34f3 100644 --- a/keyboards/checkerboards/plexus75_he/keyboard.json +++ b/keyboards/checkerboards/plexus75_he/keyboard.json @@ -38,6 +38,12 @@ "nkro": false, "rgblight": true }, + "qmk": { + "locking": { + "enabled": true, + "resync": true + } + }, "matrix_pins": { "cols": ["C4", "C5", "D3", "C7", "B7", "B6", "B5", "B4"], "rows": ["C2", "D0", "D1", "D2", "D6", "B0", "B3", "B2", "C6", "B1"] |