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/vertex/arc60h/config.h | 2 -- keyboards/vertex/arc60h/info.json | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'keyboards/vertex/arc60h') diff --git a/keyboards/vertex/arc60h/config.h b/keyboards/vertex/arc60h/config.h index 9f9ed0cdb3..e4cb045353 100644 --- a/keyboards/vertex/arc60h/config.h +++ b/keyboards/vertex/arc60h/config.h @@ -39,8 +39,6 @@ along with this program. If not, see . * Feature disable options * These options are also useful to firmware size reduction. */ -#define FORCE_NKRO - /* disable debug print */ //#define NO_DEBUG diff --git a/keyboards/vertex/arc60h/info.json b/keyboards/vertex/arc60h/info.json index bdee577569..831190a516 100644 --- a/keyboards/vertex/arc60h/info.json +++ b/keyboards/vertex/arc60h/info.json @@ -6,7 +6,8 @@ "usb": { "vid": "0x7374", "pid": "0x9770", - "device_version": "0.0.1" + "device_version": "0.0.1", + "force_nkro": true }, "ws2812": { "pin": "B15", -- cgit v1.2.3