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/sixkeyboard/config.h | 3 --- keyboards/sixkeyboard/info.json | 3 ++- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'keyboards/sixkeyboard') diff --git a/keyboards/sixkeyboard/config.h b/keyboards/sixkeyboard/config.h index 71966a6aa4..ad495eb23c 100644 --- a/keyboards/sixkeyboard/config.h +++ b/keyboards/sixkeyboard/config.h @@ -27,9 +27,6 @@ along with this program. If not, see . /* Locking resynchronize hack */ #define LOCKING_RESYNC_ENABLE -/* Force NKRO Mode - If forced on, must be disabled via magic key (default = LShift+RShift+N) */ -#define FORCE_NKRO - /* * Feature disable options * These options are also useful to firmware size reduction. diff --git a/keyboards/sixkeyboard/info.json b/keyboards/sixkeyboard/info.json index 2aefe3e8b9..247b255a36 100644 --- a/keyboards/sixkeyboard/info.json +++ b/keyboards/sixkeyboard/info.json @@ -6,7 +6,8 @@ "usb": { "vid": "0x746B", "pid": "0x736B", - "device_version": "0.0.1" + "device_version": "0.0.1", + "force_nkro": true }, "processor": "atmega16u2", "bootloader": "atmel-dfu", -- cgit v1.2.3