]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - common/action_macro.h
Rename file layer_switch to action_layer
[tmk_firmware.git] / common / action_macro.h
index db657795904f6d3ec3ccf598ca28f4ec6a73d989..ee5c7c4266db059946540e7d0789e82d1f000e57 100644 (file)
@@ -28,7 +28,11 @@ typedef uint8_t macro_t;
 typedef macro_t prog_macro_t PROGMEM;
 
 
+#ifndef NO_ACTION_MACRO
 void action_macro_play(const prog_macro_t *macro);
+#else
+#define action_macro_play(macro)
+#endif