diff options
Diffstat (limited to 'keyboards/dztech/dz60rgb_ansi/v2/config.h')
-rw-r--r-- | keyboards/dztech/dz60rgb_ansi/v2/config.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/keyboards/dztech/dz60rgb_ansi/v2/config.h b/keyboards/dztech/dz60rgb_ansi/v2/config.h index 3bd287b5f..b9710805a 100644 --- a/keyboards/dztech/dz60rgb_ansi/v2/config.h +++ b/keyboards/dztech/dz60rgb_ansi/v2/config.h | |||
@@ -33,10 +33,8 @@ | |||
33 | #define DEBOUNCE 3 | 33 | #define DEBOUNCE 3 |
34 | 34 | ||
35 | /* disable these deprecated features by default */ | 35 | /* disable these deprecated features by default */ |
36 | #ifndef LINK_TIME_OPTIMIZATION_ENABLE | 36 | #define NO_ACTION_MACRO |
37 | # define NO_ACTION_MACRO | 37 | #define NO_ACTION_FUNCTION |
38 | # define NO_ACTION_FUNCTION | ||
39 | #endif | ||
40 | 38 | ||
41 | #ifdef RGB_MATRIX_ENABLE | 39 | #ifdef RGB_MATRIX_ENABLE |
42 | # define RGB_DISABLE_AFTER_TIMEOUT 0 // number of ticks to wait until disabling effects | 40 | # define RGB_DISABLE_AFTER_TIMEOUT 0 // number of ticks to wait until disabling effects |