diff options
| author | James Young | 2024-05-22 00:57:59 +0200 |
|---|---|---|
| committer | GitHub | 2024-05-22 00:57:59 +0200 |
| commit | 89b9a39614f0d788aa9f2ac0a338b30fb34745b7 (patch) | |
| tree | 3a27b0dccbd28e691efa0714f917715c6a57b59f /keyboards/handwired/wabi/keyboard.json | |
| parent | 0a84bf8b574b0efdf4ea729b3204ea32ffceef6e (diff) | |
Migrate `LOCKING_*_ENABLE` to Data-Driven: H, Part 4 (#23764)
Affects:
- `handwired/reclined`
- `handwired/retro_refit`
- `handwired/selene`
- `handwired/sick68`
- `handwired/sick_pad`
- `handwired/skakunm_dactyl`
- `handwired/slash`
- `handwired/snatchpad`
- `handwired/sono1`
- `handwired/space_oddity`
- `handwired/split89`
- `handwired/split_cloud`
- `handwired/steamvan/rev1`
- `handwired/sticc14`
- `handwired/stream_cheap/2x3`
- `handwired/stream_cheap/2x4`
- `handwired/stream_cheap/2x5`
- `handwired/symmetric70_proto/promicro`
- `handwired/symmetric70_proto/proton_c`
- `handwired/symmetry60`
- `handwired/tennie`
- `handwired/terminus_mini`
- `handwired/trackpoint`
- `handwired/tritium_numpad`
- `handwired/twadlee/tp69`
- `handwired/unk/rev1`
- `handwired/uthol/rev3`
- `handwired/videowriter`
- `handwired/wabi`
- `handwired/woodpad`
Diffstat (limited to 'keyboards/handwired/wabi/keyboard.json')
| -rw-r--r-- | keyboards/handwired/wabi/keyboard.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/handwired/wabi/keyboard.json b/keyboards/handwired/wabi/keyboard.json index 26c82a209c..68f9d910da 100644 --- a/keyboards/handwired/wabi/keyboard.json +++ b/keyboards/handwired/wabi/keyboard.json @@ -16,6 +16,12 @@ "mousekey": true, "nkro": false }, + "qmk": { + "locking": { + "enabled": true, + "resync": true + } + }, "matrix_pins": { "cols": ["F4", "F1", "F0", "E6", "B3", "B7", "D0", "D1", "D2", "D3", "D4", "D6", "D7", "B5"], "rows": ["D5", "F5", "F6", "F7", "B0"] |