diff options
Diffstat (limited to 'quantum/process_keycode')
-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 29a4ffd10..64d455d00 100644 --- a/quantum/process_keycode/process_haptic.c +++ b/quantum/process_keycode/process_haptic.c | |||
@@ -16,6 +16,7 @@ | |||
16 | #include "haptic.h" | 16 | #include "haptic.h" |
17 | #include "process_haptic.h" | 17 | #include "process_haptic.h" |
18 | #include "quantum_keycodes.h" | 18 | #include "quantum_keycodes.h" |
19 | #include "action_tapping.h" | ||
19 | 20 | ||
20 | __attribute__((weak)) bool get_haptic_enabled_key(uint16_t keycode, keyrecord_t *record) { | 21 | __attribute__((weak)) bool get_haptic_enabled_key(uint16_t keycode, keyrecord_t *record) { |
21 | switch (keycode) { | 22 | switch (keycode) { |