Explorar o código

Fix Lily58 build with link-time optimization (#7181)

Jonathan Rascher %!s(int64=5) %!d(string=hai) anos
pai
achega
afc5cb7f0a
Modificáronse 1 ficheiros con 6 adicións e 2 borrados
  1. 6 2
      keyboards/lily58/config.h

+ 6 - 2
keyboards/lily58/config.h

@@ -24,5 +24,9 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #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