diff options
Diffstat (limited to 'keyboards/thevankeyboards/minivan/keymaps/josjoha/config.h')
-rw-r--r-- | keyboards/thevankeyboards/minivan/keymaps/josjoha/config.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/keyboards/thevankeyboards/minivan/keymaps/josjoha/config.h b/keyboards/thevankeyboards/minivan/keymaps/josjoha/config.h index eff0c2fa6..809842278 100644 --- a/keyboards/thevankeyboards/minivan/keymaps/josjoha/config.h +++ b/keyboards/thevankeyboards/minivan/keymaps/josjoha/config.h | |||
@@ -19,20 +19,21 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
19 | 19 | ||
20 | 20 | ||
21 | #pragma once | 21 | #pragma once |
22 | #define LAYER_STATE_16BIT // This saves more than 400 bytes on the hex file | ||
22 | 23 | ||
23 | // place overrides here | 24 | // place overrides here |
24 | 25 | ||
25 | // Some defines meant to decrease the firmware size. The firmware is otherwise over the maximum (atmega32u4) | 26 | // Some defines meant to decrease the firmware size. The firmware is otherwise over the maximum (atmega32u4) |
26 | # ifndef LINK_TIME_OPTIMIZATION_ENABLE | 27 | //# ifndef LINK_TIME_OPTIMIZATION_ENABLE |
27 | //Disable old style macro handling: MACRO() & action_get_macro | 28 | //Disable old style macro handling: MACRO() & action_get_macro |
28 | # define NO_ACTION_MACRO // This saves 320 bytes | 29 | //# define NO_ACTION_MACRO // This saves 320 bytes |
29 | //disable calling of action_function() from the fn_actions array (deprecated) | 30 | //disable calling of action_function() from the fn_actions array (deprecated) |
30 | # define NO_ACTION_FUNCTION // This saves 96 bytes | 31 | //# define NO_ACTION_FUNCTION // This saves 96 bytes |
31 | # endif | 32 | //# endif |
32 | 33 | ||
33 | #define PERMISSIVE_HOLD | 34 | #define PERMISSIVE_HOLD |
34 | #define RGBLIGHT_EFFECT_BREATHING | ||
35 | #define RGBLIGHT_SLEEP // QMK docs: "If defined, the RGB lighting will be switched off when the host goes to sleep" | 35 | #define RGBLIGHT_SLEEP // QMK docs: "If defined, the RGB lighting will be switched off when the host goes to sleep" |
36 | #define RGBLIGHT_EFFECT_BREATHING | ||
36 | 37 | ||
37 | // Layer switch TT(layer) tapping amount to make it toggle | 38 | // Layer switch TT(layer) tapping amount to make it toggle |
38 | #define TAPPING_TERM_HOLTAP 225 // 175 ms proved unreliable, 225 ms seems ok (personal preference) | 39 | #define TAPPING_TERM_HOLTAP 225 // 175 ms proved unreliable, 225 ms seems ok (personal preference) |