mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-23 03:50:28 +08:00
Fix up builds that are now too big for develop
branch. (#12495)
This commit is contained in:
parent
64a0f5a659
commit
96acb499d2
|
@ -23,3 +23,5 @@ AUDIO_ENABLE = no # Audio output
|
|||
RGB_MATRIX_ENABLE = yes
|
||||
RGB_MATRIX_DRIVER = IS31FL3741
|
||||
NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in
|
||||
|
||||
LTO_ENABLE = yes
|
||||
|
|
|
@ -23,3 +23,5 @@ AUDIO_ENABLE = no # Audio output
|
|||
RGB_MATRIX_ENABLE = yes
|
||||
RGB_MATRIX_DRIVER = IS31FL3741
|
||||
NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in
|
||||
|
||||
LTO_ENABLE = yes
|
||||
|
|
|
@ -25,3 +25,5 @@ BLUETOOTH_ENABLE = no # Enable Bluetooth
|
|||
AUDIO_ENABLE = no # Audio output
|
||||
|
||||
LAYOUTS = 64_ansi
|
||||
|
||||
LTO_ENABLE = yes
|
||||
|
|
Loading…
Reference in a new issue