diff options
author | Xelus22 <17491233+Xelus22@users.noreply.github.com> | 2021-06-01 14:56:23 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-31 21:56:23 -0700 |
commit | 5a06813b105277998b80771f094059047916f4e4 (patch) | |
tree | 96794823b1e1a2396488a7d53a4c7f5919f73b38 /keyboards/capsunlocked/cu80/v2_iso/rgb | |
parent | 6bafefa88602c8032f6f861844ba0ac886d312a0 (diff) |
VIA compile fixes (#13054)
Diffstat (limited to 'keyboards/capsunlocked/cu80/v2_iso/rgb')
-rw-r--r-- | keyboards/capsunlocked/cu80/v2_iso/rgb/rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/capsunlocked/cu80/v2_iso/rgb/rules.mk b/keyboards/capsunlocked/cu80/v2_iso/rgb/rules.mk index ed84f1d8cd..d213c84de3 100644 --- a/keyboards/capsunlocked/cu80/v2_iso/rgb/rules.mk +++ b/keyboards/capsunlocked/cu80/v2_iso/rgb/rules.mk @@ -1,2 +1,4 @@ RGB_MATRIX_ENABLE = yes # Enable RGB matrix RGB_MATRIX_DRIVER = WS2812 # Set Driver to WS2812 + +LTO_ENABLE = yes |