diff options
author | QMK Bot <hello@qmk.fm> | 2021-08-30 18:23:31 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-08-30 18:23:31 +0000 |
commit | 3471b2ac89b979c5c7eab222b49fb1fe42eaba51 (patch) | |
tree | a047783c6cca641a837151c472e31f21dfbe3579 /quantum/process_keycode/process_haptic.c | |
parent | 4853ca14379d7cacecf6696d48af54bed8401a9a (diff) | |
parent | 9583f9f589ec4ecaafd3c8f9c709ce981dc684af (diff) | |
download | qmk_firmware-3471b2ac89b979c5c7eab222b49fb1fe42eaba51.tar.gz qmk_firmware-3471b2ac89b979c5c7eab222b49fb1fe42eaba51.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'quantum/process_keycode/process_haptic.c')
-rw-r--r-- | quantum/process_keycode/process_haptic.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/process_keycode/process_haptic.c b/quantum/process_keycode/process_haptic.c index 29a4ffd10a..64d455d009 100644 --- a/quantum/process_keycode/process_haptic.c +++ b/quantum/process_keycode/process_haptic.c @@ -16,6 +16,7 @@ #include "haptic.h" #include "process_haptic.h" #include "quantum_keycodes.h" +#include "action_tapping.h" __attribute__((weak)) bool get_haptic_enabled_key(uint16_t keycode, keyrecord_t *record) { switch (keycode) { |