summaryrefslogtreecommitdiff
path: root/keyboards/thevankeyboards/minivan/keymaps/josjoha/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/thevankeyboards/minivan/keymaps/josjoha/config.h')
-rw-r--r--keyboards/thevankeyboards/minivan/keymaps/josjoha/config.h11
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 eff0c2fa69..8098422784 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/>.
#pragma once
+#define LAYER_STATE_16BIT // This saves more than 400 bytes on the hex file
// place overrides here
// Some defines meant to decrease the firmware size. The firmware is otherwise over the maximum (atmega32u4)
-# ifndef LINK_TIME_OPTIMIZATION_ENABLE
+//# ifndef LINK_TIME_OPTIMIZATION_ENABLE
//Disable old style macro handling: MACRO() & action_get_macro
-# define NO_ACTION_MACRO // This saves 320 bytes
+//# define NO_ACTION_MACRO // This saves 320 bytes
//disable calling of action_function() from the fn_actions array (deprecated)
-# define NO_ACTION_FUNCTION // This saves 96 bytes
-# endif
+//# define NO_ACTION_FUNCTION // This saves 96 bytes
+//# endif
#define PERMISSIVE_HOLD
-#define RGBLIGHT_EFFECT_BREATHING
#define RGBLIGHT_SLEEP // QMK docs: "If defined, the RGB lighting will be switched off when the host goes to sleep"
+#define RGBLIGHT_EFFECT_BREATHING
// Layer switch TT(layer) tapping amount to make it toggle
#define TAPPING_TERM_HOLTAP 225 // 175 ms proved unreliable, 225 ms seems ok (personal preference)