diff options
Diffstat (limited to 'keyboards/j80')
-rw-r--r-- | keyboards/j80/config.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/keyboards/j80/config.h b/keyboards/j80/config.h index a4a10bff42..c4276431cf 100644 --- a/keyboards/j80/config.h +++ b/keyboards/j80/config.h @@ -39,10 +39,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define BACKLIGHT_PIN D4 /* 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 /* key combination for magic key command */ /* defined by default; to change, uncomment and set to the combination you want */ |