]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - tmk_core/common/action_tapping.h
RETRO_TAPPING (#1922)
[qmk_firmware.git] / tmk_core / common / action_tapping.h
index 9b42d50dc3e464db41b4c5aaa480f616624d623b..2f143ae8b82d8e22720ba766e313023f831d4b21 100644 (file)
@@ -24,6 +24,8 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define TAPPING_TERM    200
 #endif
 
+//#define RETRO_TAPPING // Tap anyway, even after TAPPING_TERM, as long as there was no interruption
+
 /* tap count needed for toggling a feature */
 #ifndef TAPPING_TOGGLE
 #define TAPPING_TOGGLE  5