From bd93a4889e9d21a5bd2aac4419b07a269b4e1001 Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Mon, 22 Mar 2021 12:23:20 -0700 Subject: [PATCH] Update launch_1 rules.mk for changes in Qmk --- keyboards/system76/launch_1/rules.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/keyboards/system76/launch_1/rules.mk b/keyboards/system76/launch_1/rules.mk index fcdd83fa6a4..d9d7e82975f 100644 --- a/keyboards/system76/launch_1/rules.mk +++ b/keyboards/system76/launch_1/rules.mk @@ -31,7 +31,8 @@ DYNAMIC_KEYMAP_ENABLE = yes # Reconfigurable keyboard without flashing firmware NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work 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 +RGB_MATRIX_ENABLE = yes # Support for RGB matrix +RGB_MATRIX_DRIVER = WS2812 RGB_MATRIX_CUSTOM_KB = yes # Allow custom keyboard effect USB_6KRO_ENABLE = no # 6key Rollover LTO_ENABLE = yes # Link-time optimization for smaller binary