diff options
Diffstat (limited to 'quantum/template')
-rw-r--r-- | quantum/template/avr/config.h | 7 | ||||
-rw-r--r-- | quantum/template/ps2avrgb/config.h | 6 |
2 files changed, 5 insertions, 8 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 | */ |
diff --git a/quantum/template/ps2avrgb/config.h b/quantum/template/ps2avrgb/config.h index 2eb484422..3f3fd5fd7 100644 --- a/quantum/template/ps2avrgb/config.h +++ b/quantum/template/ps2avrgb/config.h | |||
@@ -43,10 +43,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
43 | #define RGBLIGHT_ANIMATIONS | 43 | #define RGBLIGHT_ANIMATIONS |
44 | 44 | ||
45 | /* disable these deprecated features by default */ | 45 | /* disable these deprecated features by default */ |
46 | #ifndef LINK_TIME_OPTIMIZATION_ENABLE | 46 | #define NO_ACTION_MACRO |
47 | #define NO_ACTION_MACRO | 47 | #define NO_ACTION_FUNCTION |
48 | #define NO_ACTION_FUNCTION | ||
49 | #endif | ||
50 | 48 | ||
51 | /* key combination for magic key command */ | 49 | /* key combination for magic key command */ |
52 | /* defined by default; to change, uncomment and set to the combination you want */ | 50 | /* defined by default; to change, uncomment and set to the combination you want */ |