1
0
Fork 0

test tap dance

This commit is contained in:
Dylan Khor 2017-03-16 12:44:56 -04:00
parent 24d1745951
commit 0c8f71e3c7
3 changed files with 17 additions and 1 deletions

View file

@ -62,6 +62,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
)
/* Tap Dance */
#define TAPPING_TERM 200
/*
* Feature disable options
* These options are also useful to firmware size reduction.