]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - tmk_core/common/action.c
Make Caps Lock delay more reasonable (#6199)
[qmk_firmware.git] / tmk_core / common / action.c
index 6a560229a694b6fc848cbca961e77578e332e3ec..285786cb7c22edd2b53a0ecebd1c3f47c8cdd14f 100644 (file)
@@ -45,7 +45,7 @@ int retro_tapping_counter = 0;
 #endif
 
 #ifndef TAP_HOLD_CAPS_DELAY
-#  define TAP_HOLD_CAPS_DELAY 200
+#  define TAP_HOLD_CAPS_DELAY 80
 #endif
 /** \brief Called to execute an action.
  *