mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-29 20:26:56 +06:00
Fix Lily58 build with link-time optimization (#7181)
This commit is contained in:
parent
e48fdebe5a
commit
afc5cb7f0a
|
@ -24,5 +24,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#define USE_I2C
|
#define USE_I2C
|
||||||
#define USE_SERIAL
|
#define USE_SERIAL
|
||||||
|
|
||||||
#define NO_ACTION_MACRO
|
#if !defined(NO_ACTION_MACRO)
|
||||||
#define NO_ACTION_FUNCTION
|
#define NO_ACTION_MACRO
|
||||||
|
#endif
|
||||||
|
#if !defined(NO_ACTION_FUNCTION)
|
||||||
|
#define NO_ACTION_FUNCTION
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue
Block a user