X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=common%2Faction_tapping.h;h=9b42d50dc3e464db41b4c5aaa480f616624d623b;hb=fd9ee507a557e17b5af9fcd8892868ddf07bbb7a;hp=c9f09f576db75ff4c8f431a68e60fe8f06e04386;hpb=c69f7e106922cecaf1aee8453e449dd7e2832c7a;p=max%2Ftmk_keyboard.git diff --git a/common/action_tapping.h b/common/action_tapping.h index c9f09f57..9b42d50d 100644 --- a/common/action_tapping.h +++ b/common/action_tapping.h @@ -18,7 +18,6 @@ along with this program. If not, see . #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 . #define WAITING_BUFFER_SIZE 8 +#ifndef NO_ACTION_TAPPING void action_tapping_process(keyrecord_t record); - #endif #endif