Move FORCE_NKRO
to data driven (#20604)
This commit is contained in:
@@ -22,7 +22,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
/* Locking resynchronize hack */
|
||||
#define LOCKING_RESYNC_ENABLE
|
||||
|
||||
|
||||
/*force the nkro if it does not work*/
|
||||
#define FORCE_NKRO
|
||||
|
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"usb": {
|
||||
"device_version": "0.0.3"
|
||||
"device_version": "0.0.3",
|
||||
"force_nkro": true
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["F0", "F1", "F4", "F5", "F6", "D5", "D3", "D2", "D1", "D0", "D4"],
|
||||
|
Reference in New Issue
Block a user