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/phentech | |
| parent | 3d6113956707f9e90a6cca2025e5fa5db35013b3 (diff) | |
Migrate `usb.force_nkro` to `host.default.nkro` (#25468)
Diffstat (limited to 'keyboards/phentech')
| -rw-r--r-- | keyboards/phentech/rpk_001/keyboard.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/keyboards/phentech/rpk_001/keyboard.json b/keyboards/phentech/rpk_001/keyboard.json index ce822295b2..df92139874 100644 --- a/keyboards/phentech/rpk_001/keyboard.json +++ b/keyboards/phentech/rpk_001/keyboard.json @@ -8,9 +8,13 @@ "device_version": "1.0.0", "vid": "0xAC12", "pid": "0x2236", - "force_nkro": true, "suspend_wakeup_delay": 1000 }, + "host": { + "default": { + "nkro": true + } + }, "diode_direction": "ROW2COL", "eeprom": { "driver": "wear_leveling", |