diff options
Diffstat (limited to 'keyboards/mc_76k')
-rw-r--r-- | keyboards/mc_76k/config.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/keyboards/mc_76k/config.h b/keyboards/mc_76k/config.h index cccd6a8e93..cd14081f4d 100644 --- a/keyboards/mc_76k/config.h +++ b/keyboards/mc_76k/config.h @@ -98,7 +98,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* disable these deprecated features by default */ -#ifndef LINK_TIME_OPTIMIZATION_ENABLE - #define NO_ACTION_MACRO - #define NO_ACTION_FUNCTION -#endif +#define NO_ACTION_MACRO +#define NO_ACTION_FUNCTION |