From 9a6247e6b88454a261bdc4751adff7790d864c20 Mon Sep 17 00:00:00 2001 From: Mark Sikora Date: Thu, 5 Aug 2021 11:21:22 -0400 Subject: [PATCH] ergodox: disable NKRO for lufa builds --- keyboard/ergodox/Makefile.lufa | 1 - 1 file changed, 1 deletion(-) diff --git a/keyboard/ergodox/Makefile.lufa b/keyboard/ergodox/Makefile.lufa index 976877e1..42efc7d5 100644 --- a/keyboard/ergodox/Makefile.lufa +++ b/keyboard/ergodox/Makefile.lufa @@ -114,7 +114,6 @@ EXTRAKEY_ENABLE = yes # Audio control and System control(+600) CONSOLE_ENABLE = yes # Console for debug COMMAND_ENABLE = yes # Commands for debug and configuration SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend -NKRO_ENABLE = yes # USB Nkey Rollover (+500) #PS2_MOUSE_ENABLE = yes # PS/2 mouse(TrackPoint) support INVERT_NUMLOCK = yes # invert state of NumLock led