mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-06-01 05:53:22 +00:00
Ensure that n-key rollover is used
This commit is contained in:
parent
6759b21108
commit
6419d4409a
@ -26,6 +26,9 @@
|
|||||||
/* Set 0 if debouncing isn't needed */
|
/* Set 0 if debouncing isn't needed */
|
||||||
#define DEBOUNCE 5
|
#define DEBOUNCE 5
|
||||||
|
|
||||||
|
// NKRO must be used
|
||||||
|
#define FORCE_NKRO
|
||||||
|
|
||||||
#if RGBLIGHT_ENABLE
|
#if RGBLIGHT_ENABLE
|
||||||
#define RGB_DI_PIN E2
|
#define RGB_DI_PIN E2
|
||||||
#define RGBLED_NUM 84
|
#define RGBLED_NUM 84
|
||||||
|
@ -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)
|
RAW_ENABLE = yes # Enable RAW HID commands (used by keyboard configurator)
|
||||||
RGBLIGHT_ENABLE = no # Support for RGB backlight (conflicts with RGB_MATRIX)
|
RGBLIGHT_ENABLE = no # Support for RGB backlight (conflicts with RGB_MATRIX)
|
||||||
RGB_MATRIX_ENABLE = WS2812 # Support for RGB matrix
|
RGB_MATRIX_ENABLE = WS2812 # Support for RGB matrix
|
||||||
|
USB_6KRO_ENABLE = no # 6key Rollover
|
||||||
|
|
||||||
# Add System76 EC command interface
|
# Add System76 EC command interface
|
||||||
SRC+=system76_ec.c
|
SRC+=system76_ec.c
|
||||||
|
Loading…
Reference in New Issue
Block a user