qmk_firmware/tmk_core/common
Konstantin Đorđević be2f5816b6
Fix compile issues related to NO_ACTION_MACRO/FUNCTION and LTO_ENABLE (#8663)
* Define NO_ACTION_MACRO/FUNCTION in header instead of makefile when LTO is enabled

Currently, boards and keymaps that define NO_ACTION_MACRO/FUNCTION unconditionally
will not compile with LTO_ENABLE (#8604). This fixes the issue by moving the
definitions from common.mk to action.h, which enables us to check for previous
definitions of those macros (this cannot be done in a makefile).

* Remove LTO checks in templates

Since now NO_ACTION_MACRO/FUNCTION are defined as needed in action.h (which is
included by quantum.h), checking for LTO in keyboard and user code is no
longer required.

* Update LTO_ENABLE docs
2020-04-09 00:18:30 +01:00
..
arm_atsam
avr format code according to conventions [skip ci] 2020-04-02 21:59:37 +00:00
chibios
test
action_code.h
action_layer.c
action_layer.h Strip out features to allow minimum firmware sizes (#8645) 2020-04-01 21:06:22 +01:00
action_macro.c
action_macro.h
action_tapping.c
action_tapping.h
action_util.c
action_util.h
action.c Strip out features to allow minimum firmware sizes (#8645) 2020-04-01 21:06:22 +01:00
action.h Fix compile issues related to NO_ACTION_MACRO/FUNCTION and LTO_ENABLE (#8663) 2020-04-09 00:18:30 +01:00
bootloader.h
bootmagic_lite.c format code according to conventions [skip ci] 2020-03-21 23:44:27 +00:00
bootmagic.c
bootmagic.h
command.c
command.h
debug.c
debug.h
eeconfig.c
eeconfig.h
eeprom.h
host_driver.h
host.c
host.h
keyboard.c
keyboard.h
keycode.h
led.h
magic.c
magic.h
matrix.h
mousekey.c
mousekey.h
nodebug.h
print.c
print.h
progmem.h Fix pgm_read_ptr() define for ARM (#8658) 2020-04-02 16:52:16 +01:00
raw_hid.h
report.c
report.h Fix formatting for report.h (#8512) 2020-03-22 06:19:01 +11:00
sendchar_null.c
sendchar_uart.c
sendchar.h
sleep_led.h
suspend.h
timer.h
uart.c
uart.h
util.c Strip out features to allow minimum firmware sizes (#8645) 2020-04-01 21:06:22 +01:00
util.h
virtser.h
wait.h