mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-03-19 21:22:46 +00:00
disable deprecated actions (#7211)
* disable deprecated actions * wrap no action with link time optimization test * fix link time optimization check
This commit is contained in:
committed by
fauxpark
parent
e75919960f
commit
3f6426ff5f
@@ -190,9 +190,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
//#define NO_ACTION_LAYER
|
||||
//#define NO_ACTION_TAPPING
|
||||
//#define NO_ACTION_ONESHOT
|
||||
//#define NO_ACTION_MACRO
|
||||
//#define NO_ACTION_FUNCTION
|
||||
|
||||
/* disable these deprecated features by default */
|
||||
#ifndef LINK_TIME_OPTIMIZATION_ENABLE
|
||||
#define NO_ACTION_MACRO
|
||||
#define NO_ACTION_FUNCTION
|
||||
#endif
|
||||
/*
|
||||
* MIDI options
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user