diff options
| author | Joel Challis <git@zvecr.com> | 2025-07-10 10:41:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-10 10:41:58 +0100 |
| commit | 4b295009ae9595e5bc07e6f4445abe91629458ea (patch) | |
| tree | 8153172d30531712ac9a983f07f3cee789be8979 /keyboards/tweetydabird | |
| parent | 3d6113956707f9e90a6cca2025e5fa5db35013b3 (diff) | |
Migrate `usb.force_nkro` to `host.default.nkro` (#25468)
Diffstat (limited to 'keyboards/tweetydabird')
| -rw-r--r-- | keyboards/tweetydabird/lotus58/info.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/keyboards/tweetydabird/lotus58/info.json b/keyboards/tweetydabird/lotus58/info.json index 7becd3ae26..3c47e3fdc2 100644 --- a/keyboards/tweetydabird/lotus58/info.json +++ b/keyboards/tweetydabird/lotus58/info.json | |||
| @@ -45,10 +45,14 @@ | |||
| 45 | "url": "https://lectronz.com/stores/tweetys-wild-thinking", | 45 | "url": "https://lectronz.com/stores/tweetys-wild-thinking", |
| 46 | "usb": { | 46 | "usb": { |
| 47 | "device_version": "1.2.3", | 47 | "device_version": "1.2.3", |
| 48 | "force_nkro": true, | ||
| 49 | "pid": "0x23B0", | 48 | "pid": "0x23B0", |
| 50 | "vid": "0xFEED" | 49 | "vid": "0xFEED" |
| 51 | }, | 50 | }, |
| 51 | "host": { | ||
| 52 | "default": { | ||
| 53 | "nkro": true | ||
| 54 | } | ||
| 55 | }, | ||
| 52 | "layouts": { | 56 | "layouts": { |
| 53 | "LAYOUT": { | 57 | "LAYOUT": { |
| 54 | "layout": [ | 58 | "layout": [ |
