Remove NO_ACTION_MACRO and NO_ACTION_FUNCTION from keyboard config.h (#16655)

This commit is contained in:
Ryan
2022-03-16 00:56:58 +11:00
committed by GitHub
parent 46e85ded47
commit 764dc18a81
958 changed files with 32 additions and 2807 deletions

View File

@@ -75,5 +75,3 @@ further optimizations can be done on that side.
/* disable action features */
// #define NO_ACTION_ONESHOT // 462 bytes <- this needs to be un-commented out if Link Time Optimization is disabled, otherwise file is too large
// The two below are implicit since we use LTO_ENABLE (in rules.mk)
// #define NO_ACTION_MACRO
// #define NO_ACTION_FUNCTION