diff options
Diffstat (limited to 'quantum/template/avr/config.h')
-rw-r--r-- | quantum/template/avr/config.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/quantum/template/avr/config.h b/quantum/template/avr/config.h index 7e4a01449..88402fbdd 100644 --- a/quantum/template/avr/config.h +++ b/quantum/template/avr/config.h | |||
@@ -192,10 +192,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
192 | //#define NO_ACTION_ONESHOT | 192 | //#define NO_ACTION_ONESHOT |
193 | 193 | ||
194 | /* disable these deprecated features by default */ | 194 | /* disable these deprecated features by default */ |
195 | #ifndef LINK_TIME_OPTIMIZATION_ENABLE | 195 | #define NO_ACTION_MACRO |
196 | #define NO_ACTION_MACRO | 196 | #define NO_ACTION_FUNCTION |
197 | #define NO_ACTION_FUNCTION | 197 | |
198 | #endif | ||
199 | /* | 198 | /* |
200 | * MIDI options | 199 | * MIDI options |
201 | */ | 200 | */ |