aboutsummaryrefslogtreecommitdiff
path: root/quantum/template/avr/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/template/avr/config.h')
-rw-r--r--quantum/template/avr/config.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/quantum/template/avr/config.h b/quantum/template/avr/config.h
index 304a54ae5..7e4a01449 100644
--- a/quantum/template/avr/config.h
+++ b/quantum/template/avr/config.h
@@ -190,9 +190,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
190//#define NO_ACTION_LAYER 190//#define NO_ACTION_LAYER
191//#define NO_ACTION_TAPPING 191//#define NO_ACTION_TAPPING
192//#define NO_ACTION_ONESHOT 192//#define NO_ACTION_ONESHOT
193//#define NO_ACTION_MACRO
194//#define NO_ACTION_FUNCTION
195 193
194/* disable these deprecated features by default */
195#ifndef LINK_TIME_OPTIMIZATION_ENABLE
196 #define NO_ACTION_MACRO
197 #define NO_ACTION_FUNCTION
198#endif
196/* 199/*
197 * MIDI options 200 * MIDI options
198 */ 201 */