aboutsummaryrefslogtreecommitdiff
path: root/users/nstickney/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'users/nstickney/config.h')
-rw-r--r--users/nstickney/config.h63
1 files changed, 63 insertions, 0 deletions
diff --git a/users/nstickney/config.h b/users/nstickney/config.h
new file mode 100644
index 000000000..b853038c2
--- /dev/null
+++ b/users/nstickney/config.h
@@ -0,0 +1,63 @@
1/* Copyright 2021 @nstickney
2 *
3 * This program is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 2 of the License, or
6 * (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16
17// Changes from Bastyl defaults
18#ifdef MASTER_RIGHT
19# undef MASTER_RIGHT
20#endif
21
22// Turn off RGB lights when computer is sleeping
23#define RGBLIGHT_SLEEP
24
25// https://beta.docs.qmk.fm/developing-qmk/qmk-reference/config_options#features-that-can-be-disabled
26#define NO_ACTION_ONESHOT
27#define NO_ACTION_MACRO
28#define NO_ACTION_FUNCTION
29
30// Turn off all possible RGB animations
31#ifdef RGB_ANIMATIONS
32# undef RGB_ANIMATIONS
33#endif
34#ifdef RGB_EFFECT_ALTERNATING
35# undef RGB_EFFECT_ALTERNATING
36#endif
37#ifdef RGB_EFFECT_BREATHING
38# undef RGB_EFFECT_BREATHING
39#endif
40#ifdef RGB_EFFECT_CHRISTMAS
41# undef RGB_EFFECT_CHRISTMAS
42#endif
43#ifdef RGB_EFFECT_KNIGHT
44# undef RGB_EFFECT_KNIGHT
45#endif
46#ifdef RGB_EFFECT_RAINBOW_MOOD
47# undef RGB_EFFECT_RAINBOW_MOOD
48#endif
49#ifdef RGB_EFFECT_RAINBOW_SWIRL
50# undef RGB_EFFECT_RAINBOW_SWIRL
51#endif
52#ifdef RGB_EFFECT_RGB_TEST
53# undef RGB_EFFECT_RGB_TEST
54#endif
55#ifdef RGB_EFFECT_SNAKE
56# undef RGB_EFFECT_SNAKE
57#endif
58#ifdef RGB_EFFECT_STATIC_GRADIENT
59# undef RGB_EFFECT_STATIC_GRADIENT
60#endif
61#ifdef RGB_EFFECT_TWINKLE
62# undef RGB_EFFECT_TWINKLE
63#endif