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/fancytech/fancyalice66 | |
| parent | 3d6113956707f9e90a6cca2025e5fa5db35013b3 (diff) | |
Migrate `usb.force_nkro` to `host.default.nkro` (#25468)
Diffstat (limited to 'keyboards/fancytech/fancyalice66')
| -rw-r--r-- | keyboards/fancytech/fancyalice66/keyboard.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/keyboards/fancytech/fancyalice66/keyboard.json b/keyboards/fancytech/fancyalice66/keyboard.json index 869ebe7465..c1f0a93f26 100644 --- a/keyboards/fancytech/fancyalice66/keyboard.json +++ b/keyboards/fancytech/fancyalice66/keyboard.json @@ -162,10 +162,14 @@ "url": "https://www.aliexpress.com/item/1005004272392611.html", "usb": { "device_version": "0.0.1", - "force_nkro": true, "pid": "0x3663", "vid": "0xECED" }, + "host": { + "default": { + "nkro": true + } + }, "ws2812": { "pin": "B0" }, |