diff options
| author | Joel Challis | 2025-07-10 11:41:58 +0200 |
|---|---|---|
| committer | GitHub | 2025-07-10 11:41:58 +0200 |
| commit | 4b295009ae9595e5bc07e6f4445abe91629458ea (patch) | |
| tree | 8153172d30531712ac9a983f07f3cee789be8979 /keyboards/tacworks | |
| parent | 3d6113956707f9e90a6cca2025e5fa5db35013b3 (diff) | |
Migrate `usb.force_nkro` to `host.default.nkro` (#25468)
Diffstat (limited to 'keyboards/tacworks')
| -rw-r--r-- | keyboards/tacworks/tac_k1/keyboard.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/keyboards/tacworks/tac_k1/keyboard.json b/keyboards/tacworks/tac_k1/keyboard.json index f1875ec180..63cde4777f 100644 --- a/keyboards/tacworks/tac_k1/keyboard.json +++ b/keyboards/tacworks/tac_k1/keyboard.json @@ -29,11 +29,15 @@ "url": "https://tacworks.store", "usb": { "device_version": "1.0.0", - "force_nkro": true, "pid": "0xE431", "suspend_wakeup_delay": 1000, "vid": "0x342D" }, + "host": { + "default": { + "nkro": true + } + }, "community_layouts": [ "65_ansi_blocker", "65_ansi_blocker_split_bs", |