Update launch_1 rules.mk for changes in Qmk

This commit is contained in:
Ian Douglas Scott 2021-03-22 12:23:20 -07:00
parent cdd46d2165
commit bd93a4889e

View File

@ -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 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) 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 = yes # Support for RGB matrix
RGB_MATRIX_DRIVER = WS2812
RGB_MATRIX_CUSTOM_KB = yes # Allow custom keyboard effect RGB_MATRIX_CUSTOM_KB = yes # Allow custom keyboard effect
USB_6KRO_ENABLE = no # 6key Rollover USB_6KRO_ENABLE = no # 6key Rollover
LTO_ENABLE = yes # Link-time optimization for smaller binary LTO_ENABLE = yes # Link-time optimization for smaller binary