]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - common/action_tapping.c
Add default layer config to bootmagic
[tmk_firmware.git] / common / action_tapping.c
index abb0bf51829cccdc9b90e39be0c001bfdced7bd0..8b466079d21394ba134fd3d26f5576cc41a5a1a2 100644 (file)
@@ -3,8 +3,12 @@
 #include "action.h"
 #include "action_tapping.h"
 #include "timer.h"
-#include "debug.h"
 
+#ifdef DEBUG_ACTION
+#include "debug.h"
+#else
+#include "nodebug.h"
+#endif
 
 #ifndef NO_ACTION_TAPPING