diff --git a/keyboards/system76/launch_beta_1/config.h b/keyboards/system76/launch_beta_1/config.h index 3df1fac3a5e..2100949713a 100644 --- a/keyboards/system76/launch_beta_1/config.h +++ b/keyboards/system76/launch_beta_1/config.h @@ -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 diff --git a/keyboards/system76/launch_beta_1/rules.mk b/keyboards/system76/launch_beta_1/rules.mk index 2e11a378b16..aeac87eee06 100644 --- a/keyboards/system76/launch_beta_1/rules.mk +++ b/keyboards/system76/launch_beta_1/rules.mk @@ -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