diff options
Diffstat (limited to 'keyboards/vertex/arc60h')
-rw-r--r-- | keyboards/vertex/arc60h/config.h | 2 | ||||
-rw-r--r-- | keyboards/vertex/arc60h/info.json | 3 |
2 files changed, 2 insertions, 3 deletions
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 <http://www.gnu.org/licenses/>. * 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", |