diff options
Diffstat (limited to 'quantum/template/ps2avrgb/config.h')
-rw-r--r-- | quantum/template/ps2avrgb/config.h | 6 |
1 files changed, 2 insertions, 4 deletions
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 */ |