diff options
author | tmk <nobody@nowhere> | 2013-04-05 03:28:10 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-04-05 03:28:10 +0900 |
commit | a8c465215fce3dad502da868ca49eb446deadc4e (patch) | |
tree | 9d74ea9c5062a53775ebe1d01b3067d89413e084 /common/action_tapping.h | |
parent | 353a9b56e6caee853d3f808d2bfedf07056b4518 (diff) | |
parent | fbea2a3aae5d66ecb00fcd3473f76337d34688fa (diff) | |
download | firmware-a8c465215fce3dad502da868ca49eb446deadc4e.tar.gz firmware-a8c465215fce3dad502da868ca49eb446deadc4e.tar.bz2 firmware-a8c465215fce3dad502da868ca49eb446deadc4e.zip |
Merge branch 'action_refine'
Diffstat (limited to 'common/action_tapping.h')
-rw-r--r-- | common/action_tapping.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/common/action_tapping.h b/common/action_tapping.h index c9f09f576..9b42d50dc 100644 --- a/common/action_tapping.h +++ b/common/action_tapping.h @@ -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 |