forked from mirror/qmk_firmware
Migrate usb.force_nkro to host.default.nkro (#25468)
This commit is contained in:
@@ -5,8 +5,12 @@
|
||||
"usb": {
|
||||
"vid": "0x5255",
|
||||
"pid": "0xD0C2",
|
||||
"device_version": "0.0.1",
|
||||
"force_nkro": true
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"host": {
|
||||
"default": {
|
||||
"nkro": true
|
||||
}
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "caterina"
|
||||
|
||||
@@ -5,8 +5,12 @@
|
||||
"usb": {
|
||||
"vid": "0x5255",
|
||||
"pid": "0xE212",
|
||||
"device_version": "0.0.1",
|
||||
"force_nkro": true
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"host": {
|
||||
"default": {
|
||||
"nkro": true
|
||||
}
|
||||
},
|
||||
"rgblight": {
|
||||
"hue_steps": 10,
|
||||
|
||||
Reference in New Issue
Block a user