fl16: Enable and force NKRO for all keyboards

Seems to work fine on our UEFI.

Signed-off-by: Daniel Schaefer <dhs@frame.work>
This commit is contained in:
Daniel Schaefer 2023-07-21 15:13:59 +08:00
parent cf07d6f01f
commit 1de95cd8af
5 changed files with 14 additions and 9 deletions

View File

@ -9,7 +9,7 @@
"extrakey": true, "extrakey": true,
"console": true, "console": true,
"command": false, "command": false,
"nkro": false, "nkro": true,
"audio": false "audio": false
}, },
"debounce": 5, "debounce": 5,
@ -19,6 +19,7 @@
"device_version": "0.2.1", "device_version": "0.2.1",
"pid": "0x0012", "pid": "0x0012",
"vid": "0x32AC" "vid": "0x32AC"
"force_nkro": true
}, },
"backlight": { "backlight": {
"pin": "GP25" "pin": "GP25"

View File

@ -9,7 +9,7 @@
"extrakey": true, "extrakey": true,
"console": true, "console": true,
"command": false, "command": false,
"nkro": false, "nkro": true,
"audio": false "audio": false
}, },
"debounce": 5, "debounce": 5,
@ -18,7 +18,8 @@
"usb": { "usb": {
"device_version": "0.2.1", "device_version": "0.2.1",
"pid": "0x0018", "pid": "0x0018",
"vid": "0x32AC" "vid": "0x32AC",
"force_nkro": true
}, },
"backlight": { "backlight": {
"pin": "GP25" "pin": "GP25"

View File

@ -9,7 +9,7 @@
"extrakey": true, "extrakey": true,
"console": true, "console": true,
"command": false, "command": false,
"nkro": false, "nkro": true,
"audio": false "audio": false
}, },
"debounce": 5, "debounce": 5,
@ -18,7 +18,8 @@
"usb": { "usb": {
"device_version": "0.2.1", "device_version": "0.2.1",
"pid": "0x0019", "pid": "0x0019",
"vid": "0x32AC" "vid": "0x32AC",
"force_nkro": true
}, },
"backlight": { "backlight": {
"pin": "GP25" "pin": "GP25"

View File

@ -9,7 +9,7 @@
"extrakey": true, "extrakey": true,
"console": true, "console": true,
"command": false, "command": false,
"nkro": false, "nkro": true,
"audio": false "audio": false
}, },
"debounce": 5, "debounce": 5,
@ -18,7 +18,8 @@
"usb": { "usb": {
"device_version": "0.2.1", "device_version": "0.2.1",
"pid": "0x0013", "pid": "0x0013",
"vid": "0x32AC" "vid": "0x32AC",
"force_nkro": true
}, },
"backlight": { "backlight": {
"pin": "GP25" "pin": "GP25"

View File

@ -9,7 +9,7 @@
"extrakey": true, "extrakey": true,
"console": true, "console": true,
"command": false, "command": false,
"nkro": false, "nkro": true,
"audio": false "audio": false
}, },
"debounce": 5, "debounce": 5,
@ -18,7 +18,8 @@
"usb": { "usb": {
"device_version": "0.2.1", "device_version": "0.2.1",
"pid": "0x0014", "pid": "0x0014",
"vid": "0x32AC" "vid": "0x32AC",
"force_nkro": true
}, },
"backlight": { "backlight": {
"pin": "GP25" "pin": "GP25"