From 12d42cedd2624db0d5cfe6f538211f9dfcd19822 Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 1 May 2023 13:33:10 +1000 Subject: Move `FORCE_NKRO` to data driven (#20604) --- keyboards/xelus/rs60/rev1/config.h | 3 --- keyboards/xelus/rs60/rev1/info.json | 3 ++- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'keyboards/xelus/rs60/rev1') 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"], -- cgit v1.2.3