From 753809eed7873205baa6692d928d9c255308d22b Mon Sep 17 00:00:00 2001 From: Jack Humbert Date: Wed, 22 Mar 2017 14:24:04 -0400 Subject: adds debouncing to sixkeyboard --- keyboards/sixkeyboard/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'keyboards/sixkeyboard/config.h') diff --git a/keyboards/sixkeyboard/config.h b/keyboards/sixkeyboard/config.h index bf58bb2b7..4ce25c670 100644 --- a/keyboards/sixkeyboard/config.h +++ b/keyboards/sixkeyboard/config.h @@ -107,8 +107,8 @@ along with this program. If not, see . /* disable action features */ //#define NO_ACTION_LAYER -//#define NO_ACTION_TAPPING -//#define NO_ACTION_ONESHOT +#define NO_ACTION_TAPPING +#define NO_ACTION_ONESHOT //#define NO_ACTION_MACRO //#define NO_ACTION_FUNCTION -- cgit v1.2.3