Ensure that n-key rollover is used

This commit is contained in:
Jeremy Soller 2020-10-30 09:25:35 -06:00
parent 6759b21108
commit 6419d4409a
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1
2 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,9 @@
/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 5
// NKRO must be used
#define FORCE_NKRO
#if RGBLIGHT_ENABLE
#define RGB_DI_PIN E2
#define RGBLED_NUM 84

View File

@ -30,6 +30,7 @@ NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here
RAW_ENABLE = yes # Enable RAW HID commands (used by keyboard configurator)
RGBLIGHT_ENABLE = no # Support for RGB backlight (conflicts with RGB_MATRIX)
RGB_MATRIX_ENABLE = WS2812 # Support for RGB matrix
USB_6KRO_ENABLE = no # 6key Rollover
# Add System76 EC command interface
SRC+=system76_ec.c