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/stream_cheap/2x4 | |
| 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/stream_cheap/2x4')
| -rw-r--r-- | keyboards/handwired/stream_cheap/2x4/config.h | 7 | ||||
| -rw-r--r-- | keyboards/handwired/stream_cheap/2x4/keyboard.json | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/keyboards/handwired/stream_cheap/2x4/config.h b/keyboards/handwired/stream_cheap/2x4/config.h deleted file mode 100644 index 5f36081323..0000000000 --- a/keyboards/handwired/stream_cheap/2x4/config.h +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once - -/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ -#define LOCKING_SUPPORT_ENABLE - -/* Locking resynchronize hack */ -#define LOCKING_RESYNC_ENABLE diff --git a/keyboards/handwired/stream_cheap/2x4/keyboard.json b/keyboards/handwired/stream_cheap/2x4/keyboard.json index 72e5e1814c..3f058cfbe4 100644 --- a/keyboards/handwired/stream_cheap/2x4/keyboard.json +++ b/keyboards/handwired/stream_cheap/2x4/keyboard.json @@ -21,6 +21,12 @@ "mousekey": true, "nkro": true }, + "qmk": { + "locking": { + "enabled": true, + "resync": true + } + }, "matrix_pins": { "direct": [ ["D1", "D0", "D4", "C6"], |