forked from mirror/qmk_firmware
Migrate usb.force_nkro to host.default.nkro (#25468)
This commit is contained in:
@@ -17,10 +17,14 @@
|
||||
"processor": "STM32F072",
|
||||
"usb": {
|
||||
"device_version": "1.0.0",
|
||||
"force_nkro": true,
|
||||
"pid": "0x00A2",
|
||||
"vid": "0x5350"
|
||||
},
|
||||
"host": {
|
||||
"default": {
|
||||
"nkro": true
|
||||
}
|
||||
},
|
||||
"community_layouts": ["65_ansi_blocker_tsangan", "65_ansi_blocker_tsangan_split_bs"],
|
||||
"layouts": {
|
||||
"LAYOUT_65_ansi_blocker_tsangan": {
|
||||
|
||||
@@ -5,8 +5,12 @@
|
||||
"usb": {
|
||||
"vid": "0x5350",
|
||||
"pid": "0x00A1",
|
||||
"device_version": "1.0.0",
|
||||
"force_nkro": true
|
||||
"device_version": "1.0.0"
|
||||
},
|
||||
"host": {
|
||||
"default": {
|
||||
"nkro": true
|
||||
}
|
||||
},
|
||||
"features": {
|
||||
"bootmagic": true,
|
||||
|
||||
Reference in New Issue
Block a user