Merge remote-tracking branch 'origin/master' into develop
1 files changed, 1 insertions(+), 0 deletions(-) M quantum/process_keycode/process_haptic.c
M quantum/process_keycode/process_haptic.c => quantum/process_keycode/process_haptic.c +1 -0
@@ 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) {