aboutsummaryrefslogtreecommitdiff
path: root/quantum/quantum.c
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/quantum.c')
-rw-r--r--quantum/quantum.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/quantum/quantum.c b/quantum/quantum.c
index f5246d9b1..d3685f50b 100644
--- a/quantum/quantum.c
+++ b/quantum/quantum.c
@@ -209,6 +209,10 @@ bool process_record_quantum(keyrecord_t *record) {
209 // return false; 209 // return false;
210 // } 210 // }
211 211
212 #ifdef TAP_DANCE_ENABLE
213 preprocess_tap_dance(keycode, record);
214 #endif
215
212 if (!( 216 if (!(
213 #if defined(KEY_LOCK_ENABLE) 217 #if defined(KEY_LOCK_ENABLE)
214 // Must run first to be able to mask key_up events. 218 // Must run first to be able to mask key_up events.