diff options
author | Ryan <fauxpark@gmail.com> | 2023-05-01 13:33:10 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-01 13:33:10 +1000 |
commit | 12d42cedd2624db0d5cfe6f538211f9dfcd19822 (patch) | |
tree | 6220d782fbfa4fa231184532009b95076ea9cae5 /keyboards/xelus/rs60/rev1 | |
parent | 3bc4aeac6cc940d10bc73589ea67e0eaa7c7a878 (diff) |
Move `FORCE_NKRO` to data driven (#20604)
Diffstat (limited to 'keyboards/xelus/rs60/rev1')
-rw-r--r-- | keyboards/xelus/rs60/rev1/config.h | 3 | ||||
-rw-r--r-- | keyboards/xelus/rs60/rev1/info.json | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/keyboards/xelus/rs60/rev1/config.h b/keyboards/xelus/rs60/rev1/config.h index 20970a866a..3c53ebc8bc 100644 --- a/keyboards/xelus/rs60/rev1/config.h +++ b/keyboards/xelus/rs60/rev1/config.h @@ -20,6 +20,3 @@ // Locking resynchronize hack #define LOCKING_RESYNC_ENABLE - -//Force NKRO -#define FORCE_NKRO diff --git a/keyboards/xelus/rs60/rev1/info.json b/keyboards/xelus/rs60/rev1/info.json index bfc36db1c4..9b8f0410fa 100644 --- a/keyboards/xelus/rs60/rev1/info.json +++ b/keyboards/xelus/rs60/rev1/info.json @@ -1,6 +1,7 @@ { "usb": { - "device_version": "0.1.0" + "device_version": "0.1.0", + "force_nkro": true }, "matrix_pins": { "cols": ["E6", "D5", "D3", "F5", "F6", "F7", "C7", "C6", "B6", "B5", "B4", "D7", "D6", "D4"], |