fixed incorrect lock lights behavior for modelh controller (#487)

This commit is contained in:
Jerome Berclaz 2023-06-24 21:56:17 -07:00 committed by GitHub
parent 25384b47a1
commit c5be7c7868
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,12 +11,13 @@
"extrakey": true,
"mousekey": false,
"nkro": false,
"sleep_led": true
"sleep_led": false
},
"indicators": {
"caps_lock": "B8",
"num_lock": "B9",
"scroll_lock": "B7"
"num_lock": "B7",
"scroll_lock": "B9",
"on_state": 0
},
"matrix_pins": {
"cols": ["A10", "A9", "A8", "B15", "B14", "B13", "B12", "B11", "B10", "B1", "B0", "A7", "A6", "A5", "A4", "A3"],