diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-02-25 16:59:40 -0800 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-02-25 16:59:40 -0800 |
commit | 7276cc24d070925667061251436f45534e2b5918 (patch) | |
tree | 937f8cad5eebe31efdcc4d2752e09db20f33a6b4 /keyboards/kbdfans/kbd67/hotswap/config.h | |
parent | 2c1963d583f51a6ac1d90e7c330781c036b25f16 (diff) |
[Keyboard] KBDFans Minor Fixes (#5238)
* pragma once and turn on bootmagic lite
* pragma once changes and turning on bootmagic lite
* switch to using pragma once
* switch to using #pragma once
* switch to using #pramga once
Diffstat (limited to 'keyboards/kbdfans/kbd67/hotswap/config.h')
-rw-r--r-- | keyboards/kbdfans/kbd67/hotswap/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/kbdfans/kbd67/hotswap/config.h b/keyboards/kbdfans/kbd67/hotswap/config.h index a24afd16c6..8822b213e3 100644 --- a/keyboards/kbdfans/kbd67/hotswap/config.h +++ b/keyboards/kbdfans/kbd67/hotswap/config.h @@ -66,7 +66,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGBLIGHT_LIMIT_VAL 255 /* The maximum brightness level */ // #define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */ // /*== all animations enable ==*/ -// #define RGBLIGHT_ANIMATIONS + #define RGBLIGHT_ANIMATIONS // /*== or choose animations ==*/ // #define RGBLIGHT_EFFECT_BREATHING // #define RGBLIGHT_EFFECT_RAINBOW_MOOD |