summaryrefslogtreecommitdiff
path: root/keyboards/clueboard
diff options
context:
space:
mode:
authorAnte Laurijssen <antelaurijssen@gmail.com>2017-05-21 08:44:52 -0400
committerAnte Laurijssen <antelaurijssen@gmail.com>2017-05-21 08:44:52 -0400
commit34a1bf9e20f94d7932036f9d2026e45ca825be71 (patch)
tree6fc66ec1e5f0c0416207dd363934e55edf465769 /keyboards/clueboard
parentb766407cbe07e78f5cf5ce2ec77694541d598e0e (diff)
parentc7e9e643fa411266dfb9b08831967d29426b29bc (diff)
Merge https://github.com/qmk/qmk_firmware
Update my qmk_firmware fork
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 3817062777..ad68323856 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.