Add NKRO support

This commit is contained in:
Thomas Haukland
2024-06-28 10:07:46 +02:00
parent 57cb971c41
commit 44c360e306
4 changed files with 7 additions and 5 deletions

View File

@@ -37,3 +37,4 @@
#define MAX_DEFERRED_EXECUTORS 32
// #define DEBUG_MATRIX_SCAN_RATE

View File

@@ -10,7 +10,7 @@
"console": false,
"extrakey": true,
"mousekey": true,
"nkro": false
"nkro": true
},
"community_layouts": ["split_3x5_3"],
"matrix_pins": {
@@ -36,7 +36,8 @@
"usb": {
"device_version": "1.0.0",
"pid": "0x0000",
"vid": "0xFEE3"
"vid": "0xFEE3",
"force_nkro": true
},
"layouts": {
"LAYOUT_split_3x5_3": {

View File

@@ -83,7 +83,7 @@
"KC_NO"
],
[
"KC_NO",
"NK_TOGG",
"KC_HOME",
"KC_DEL",
"KC_PGUP",
@@ -274,4 +274,4 @@
]
],
"author": "thomas.haukland@gmail.com"
}
}

View File

@@ -5,4 +5,4 @@ RGBLIGHT_ENABLE = yes
DEFERRED_EXEC_ENABLE = yes
SRC += encoder.c
SRC += ghosting.c
SRC += matrix.c
SRC += matrix.c