1
0

Migrate usb.force_nkro to host.default.nkro (#25468)

This commit is contained in:
Joel Challis
2025-07-10 10:41:58 +01:00
committed by GitHub
parent 3d61139567
commit 4b295009ae
126 changed files with 727 additions and 223 deletions

View File

@@ -45,7 +45,11 @@
},
"url": "https://github.com/Keychron",
"usb": {
"force_nkro": true,
"vid": "0x3434"
},
"host": {
"default": {
"nkro": true
}
}
}

View File

@@ -52,7 +52,11 @@
},
"url": "https://github.com/Keychron",
"usb": {
"force_nkro": true,
"vid": "0x3434"
},
"host": {
"default": {
"nkro": true
}
}
}