From cc8e66754b1a5d0c11985cb0feb51ead49668744 Mon Sep 17 00:00:00 2001 From: tmk Date: Tue, 2 Apr 2013 16:09:43 +0900 Subject: Refine ACT_LAYER and ACT_LAYER_TAP - Remove ACT_LAYER_BITOP --- common/action_tapping.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'common/action_tapping.h') diff --git a/common/action_tapping.h b/common/action_tapping.h index c9f09f576d..9b42d50dc3 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 -- cgit v1.2.3