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