X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Flily58%2Fconfig.h;h=50bf2beb32545cf32befed854b227ef5273679eb;hb=afc5cb7f0abafd75c178b188a5fc1b9138fba956;hp=fb1cdf3962a1dff493b83725c1b00b0407717e03;hpb=e48fdebe5a351772c4f34b201130271a42c1496d;p=qmk_firmware.git diff --git a/keyboards/lily58/config.h b/keyboards/lily58/config.h index fb1cdf396..50bf2beb3 100644 --- a/keyboards/lily58/config.h +++ b/keyboards/lily58/config.h @@ -24,5 +24,9 @@ along with this program. If not, see . #define USE_I2C #define USE_SERIAL -#define NO_ACTION_MACRO -#define NO_ACTION_FUNCTION +#if !defined(NO_ACTION_MACRO) + #define NO_ACTION_MACRO +#endif +#if !defined(NO_ACTION_FUNCTION) + #define NO_ACTION_FUNCTION +#endif