summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorskullY <skullydazed@gmail.com>2017-05-16 22:09:23 +0200
committerskullY <skullydazed@gmail.com>2017-05-16 22:09:23 +0200
commita74e69e9fa889113ee31fbc8dc7e6848fdb07576 (patch)
treea6dc8508ecc0e03af1c91c5e903978772c660cf0
parent3c5b9150789fdd20b4dafb91463440010a6b6759 (diff)
downloadqmk_firmware-a74e69e9fa889113ee31fbc8dc7e6848fdb07576.tar.gz
qmk_firmware-a74e69e9fa889113ee31fbc8dc7e6848fdb07576.tar.xz
Increase TAPPING_TERM for the Clueboard
-rw-r--r--keyboards/clueboard/config.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/clueboard/config.h b/keyboards/clueboard/config.h
index ad6832385..381706277 100644
--- a/keyboards/clueboard/config.h
+++ b/keyboards/clueboard/config.h
@@ -42,6 +42,16 @@ 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.