aboutsummaryrefslogtreecommitdiff
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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/thevankeyboards/minivan/keymaps/josjoha/config.h b/keyboards/thevankeyboards/minivan/keymaps/josjoha/config.h
index 809842278..9db4d596d 100644
--- a/keyboards/thevankeyboards/minivan/keymaps/josjoha/config.h
+++ b/keyboards/thevankeyboards/minivan/keymaps/josjoha/config.h
@@ -24,7 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
24// place overrides here 24// place overrides here
25 25
26// 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)
27//# ifndef LINK_TIME_OPTIMIZATION_ENABLE 27//# ifndef LTO_ENABLE
28 //Disable old style macro handling: MACRO() & action_get_macro 28 //Disable old style macro handling: MACRO() & action_get_macro
29//# define NO_ACTION_MACRO // This saves 320 bytes 29//# define NO_ACTION_MACRO // This saves 320 bytes
30 //disable calling of action_function() from the fn_actions array (deprecated) 30 //disable calling of action_function() from the fn_actions array (deprecated)
@@ -40,7 +40,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
40 40
41 41
42// Attempts to reduce firmware size: 42// Attempts to reduce firmware size:
43 //#define LINK_TIME_OPTIMIZATION_ENABLE // Did not decrease firmware size when tested on 26 Jan 2020 43 //#define LTO_ENABLE // Did not decrease firmware size when tested on 26 Jan 2020
44 //#define NO_DEBUG //disable debugging (already defined) 44 //#define NO_DEBUG //disable debugging (already defined)
45 //#define NO_PRINT JJdisable printing/debugging using hid_listen (already defined) 45 //#define NO_PRINT JJdisable printing/debugging using hid_listen (already defined)
46 //#define NO_ACTION_LAYER //disable layers (obviously need layers) 46 //#define NO_ACTION_LAYER //disable layers (obviously need layers)