From 92b2ac587b0540549a9d6a6cef9f9cb77c7ad16b Mon Sep 17 00:00:00 2001 From: Deon Spengler Date: Sun, 21 Jun 2020 13:14:42 +0200 Subject: [PATCH] Enable NKRO --- keyboards/handwired/adept42/rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/handwired/adept42/rules.mk b/keyboards/handwired/adept42/rules.mk index 142a700b83..61ec737ced 100644 --- a/keyboards/handwired/adept42/rules.mk +++ b/keyboards/handwired/adept42/rules.mk @@ -22,7 +22,7 @@ MOUSEKEY_ENABLE = no EXTRAKEY_ENABLE = yes CONSOLE_ENABLE = no COMMAND_ENABLE = no -NKRO_ENABLE = no +NKRO_ENABLE = yes BACKLIGHT_ENABLE = no MIDI_ENABLE = no AUDIO_ENABLE = no