diff options
Diffstat (limited to 'keyboards/dtisaac/dosa40rgb/rules.mk')
-rw-r--r-- | keyboards/dtisaac/dosa40rgb/rules.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/dtisaac/dosa40rgb/rules.mk b/keyboards/dtisaac/dosa40rgb/rules.mk index 0440ff20b4..c3ad783fc9 100644 --- a/keyboards/dtisaac/dosa40rgb/rules.mk +++ b/keyboards/dtisaac/dosa40rgb/rules.mk @@ -22,4 +22,6 @@ BLUETOOTH_ENABLE = no # Enable Bluetooth AUDIO_ENABLE = no # Audio output BLUETOOTH = AdafruitBLE # Enable Bluetooth RGB_MATRIX_ENABLE = yes -RGB_MATRIX_DRIVER = WS2812
\ No newline at end of file +RGB_MATRIX_DRIVER = WS2812 + +LTO_ENABLE = yes |