summaryrefslogtreecommitdiffstats
path: root/keyboards/clueboard
diff options
context:
space:
mode:
authorjerryen <Jerry@jerryen.com>2017-05-20 02:24:47 +0200
committerskullydazed <skullydazed@users.noreply.github.com>2017-05-20 02:24:47 +0200
commit9c284786e728a2e8834745d6bb7df0fda4099cf3 (patch)
tree1aec50a62f6ca0554b284338c69d2f4502f00f61 /keyboards/clueboard
parent85df6873487000583454657fb20ac7cea7194f8d (diff)
downloadqmk_firmware-9c284786e728a2e8834745d6bb7df0fda4099cf3.tar.gz
qmk_firmware-9c284786e728a2e8834745d6bb7df0fda4099cf3.tar.xz
Workaround for the macOS caps lock delay (#1308)
* Add 80ms delay for KC_CAPS when used as a tap key Workaround for the macOS caps lock delay * Revert "Increase TAPPING_TERM for the Clueboard" This reverts commit a74e69e9fa889113ee31fbc8dc7e6848fdb07576.
Diffstat (limited to 'keyboards/clueboard')
-rw-r--r--keyboards/clueboard/config.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/keyboards/clueboard/config.h b/keyboards/clueboard/config.h
index 381706277..ad6832385 100644
--- a/keyboards/clueboard/config.h
+++ b/keyboards/clueboard/config.h
@@ -42,16 +42,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
)
-/* How long a "key tap" is. Used in functions like LT() and macros to determine
- * how long QMK "holds down" a tapped key.
- *
- * If you are macOS this should be at least 500ms to avoid macOS's accidental
- * Caps Lock activation prevention measures, as noted by /u/JerryEn here:
- *
- * https://www.reddit.com/r/clueboard/comments/6bfc2m/lt_not_working_with_caps_lock/dhmbp88/
- */
-#define TAPPING_TERM 600 // ms
-
/*
* Feature disable options
* These options are also useful to firmware size reduction.