From c85633ce3abc03de0b1f3c156831109cf5c30974 Mon Sep 17 00:00:00 2001 From: Karl Hallsby Date: Sun, 26 Dec 2021 16:59:20 -0600 Subject: Allow for using "tap dance" on keyboard This is used to allow me to assign keys to assign a function to the case when I press the same key quickly, twice in a row. For example, when the dash/minus key is tapped once, it sends the minus character. When tapped twice quickly, it sends an equals-sign. In addition, this works with the shift modifier, so if I double-tap the dash key while shift is held, it will produce an addition symbol. --- rules.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'rules.mk') diff --git a/rules.mk b/rules.mk index 078bd2f..0067823 100644 --- a/rules.mk +++ b/rules.mk @@ -4,4 +4,5 @@ CONSOLE_ENABLE = no COMMAND_ENABLE = no WEBUSB_ENABLE = yes ORYX_ENABLE = yes +TAP_DANCE_ENABLE = yes SRC = matrix.c -- cgit v1.2.3