diff options
author | Albert Y <76888457+filterpaper@users.noreply.github.com> | 2022-01-22 13:57:03 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-21 21:57:03 -0800 |
commit | 61246deec549050ae614fac007002da8e088780d (patch) | |
tree | 9cf8c4c1abfb150e47c2c46f606e99539e9f1050 /keyboards/crkbd/keymaps/via/rules.mk | |
parent | ef091d39d2ae5d6b5d90d82c87dc8135fe12f7eb (diff) |
[Keyboard] Code consistency updates for CRKBD (#15779)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/crkbd/keymaps/via/rules.mk')
-rw-r--r-- | keyboards/crkbd/keymaps/via/rules.mk | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/keyboards/crkbd/keymaps/via/rules.mk b/keyboards/crkbd/keymaps/via/rules.mk index 69841c2358..ee593dcbb7 100644 --- a/keyboards/crkbd/keymaps/via/rules.mk +++ b/keyboards/crkbd/keymaps/via/rules.mk @@ -1,6 +1,6 @@ -MOUSEKEY_ENABLE = no # Mouse keys -RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. -VIA_ENABLE = yes # Enable VIA -OLED_ENABLE = yes -OLED_DRIVER = SSD1306 -LTO_ENABLE = yes +MOUSEKEY_ENABLE = no # Mouse keys +RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. +VIA_ENABLE = yes # Enable VIA +OLED_ENABLE = yes +OLED_DRIVER = SSD1306 +LTO_ENABLE = yes |