From 0c3c34e589e7b6cfe52b94be2c05197c3baaf444 Mon Sep 17 00:00:00 2001 From: fOmey Date: Mon, 24 Jan 2022 12:37:26 +1100 Subject: RGB matrix effects definiton fix (#15930) * RGB matrix effects definiton fix * Move LTO to board rules & add some comments * Whitespace fix * Whitespace fix 2 Co-authored-by: Ryan * Whitespace fix 3 Co-authored-by: Ryan * Comment fix Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: Ryan Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> --- keyboards/atlantis/ak81_ve/rules.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'keyboards/atlantis/ak81_ve/rules.mk') diff --git a/keyboards/atlantis/ak81_ve/rules.mk b/keyboards/atlantis/ak81_ve/rules.mk index 45d044f9fc..f0a3589a4b 100644 --- a/keyboards/atlantis/ak81_ve/rules.mk +++ b/keyboards/atlantis/ak81_ve/rules.mk @@ -15,8 +15,9 @@ COMMAND_ENABLE = no # Commands for debug and configuration NKRO_ENABLE = yes # Enable N-Key Rollover BACKLIGHT_ENABLE = no # Keyboard backlight functionality RGBLIGHT_ENABLE = no # Keyboard RGB underglow -RGB_MATRIX_ENABLE = yes # Enable RGB matrix effects -RGB_MATRIX_DRIVER = WS2812 AUDIO_ENABLE = no # Audio output +RGB_MATRIX_ENABLE = yes +RGB_MATRIX_DRIVER = WS2812 +LTO_ENABLE = yes DYNAMIC_MACRO_ENABLE = yes ENCODER_ENABLE = yes \ No newline at end of file -- cgit v1.2.3