diff options
author | fOmey <pauly.galea@gmail.com> | 2022-01-24 12:37:26 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-24 01:37:26 +0000 |
commit | 0c3c34e589e7b6cfe52b94be2c05197c3baaf444 (patch) | |
tree | 16a96610406522b21a6aae40b6d4c884c6e0a094 /keyboards/atlantis/ak81_ve/keymaps | |
parent | 0015f15f9ad10a84cf9a8071fc4543056057ddec (diff) | |
download | qmk_firmware-0c3c34e589e7b6cfe52b94be2c05197c3baaf444.tar.gz qmk_firmware-0c3c34e589e7b6cfe52b94be2c05197c3baaf444.zip |
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/keymaps')
-rw-r--r-- | keyboards/atlantis/ak81_ve/keymaps/via/rules.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/atlantis/ak81_ve/keymaps/via/rules.mk b/keyboards/atlantis/ak81_ve/keymaps/via/rules.mk index 041588872a..f74ca2c244 100644 --- a/keyboards/atlantis/ak81_ve/keymaps/via/rules.mk +++ b/keyboards/atlantis/ak81_ve/keymaps/via/rules.mk @@ -1,4 +1,3 @@ VIA_ENABLE = yes -LTO_ENABLE = yes SRC += encoder_actions.c
\ No newline at end of file |