]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - common/action_tapping.h
Fix rn42.h API
[tmk_firmware.git] / common / action_tapping.h
index c9f09f576db75ff4c8f431a68e60fe8f06e04386..9b42d50dc3e464db41b4c5aaa480f616624d623b 100644 (file)
@@ -18,7 +18,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define ACTION_TAPPING_H
 
 
-#ifndef NO_ACTION_TAPPING
 
 /* period of tapping(ms) */
 #ifndef TAPPING_TERM
@@ -33,8 +32,8 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define WAITING_BUFFER_SIZE 8
 
 
+#ifndef NO_ACTION_TAPPING
 void action_tapping_process(keyrecord_t record);
-
 #endif
 
 #endif