summaryrefslogtreecommitdiff
path: root/keyboards/atlantis/ak81_ve/rules.mk
diff options
context:
space:
mode:
authorfOmey <pauly.galea@gmail.com>2022-01-24 12:37:26 +1100
committerGitHub <noreply@github.com>2022-01-24 01:37:26 +0000
commit0c3c34e589e7b6cfe52b94be2c05197c3baaf444 (patch)
tree16a96610406522b21a6aae40b6d4c884c6e0a094 /keyboards/atlantis/ak81_ve/rules.mk
parent0015f15f9ad10a84cf9a8071fc4543056057ddec (diff)
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 <fauxpark@gmail.com> * Whitespace fix 3 Co-authored-by: Ryan <fauxpark@gmail.com> * Comment fix Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
Diffstat (limited to 'keyboards/atlantis/ak81_ve/rules.mk')
-rw-r--r--keyboards/atlantis/ak81_ve/rules.mk5
1 files changed, 3 insertions, 2 deletions
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