浏览代码

Add missing prototype for get_hold_on_other_key_press to resolve #18855 (#19056)

Closes undefined
nicknimchuk 2 年之前
父节点
当前提交
c1ef943ce0
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      quantum/action_tapping.h

+ 1 - 0
quantum/action_tapping.h

@@ -40,6 +40,7 @@ bool     get_permissive_hold(uint16_t keycode, keyrecord_t *record);
 bool     get_ignore_mod_tap_interrupt(uint16_t keycode, keyrecord_t *record);
 bool     get_ignore_mod_tap_interrupt(uint16_t keycode, keyrecord_t *record);
 bool     get_tapping_force_hold(uint16_t keycode, keyrecord_t *record);
 bool     get_tapping_force_hold(uint16_t keycode, keyrecord_t *record);
 bool     get_retro_tapping(uint16_t keycode, keyrecord_t *record);
 bool     get_retro_tapping(uint16_t keycode, keyrecord_t *record);
+bool     get_hold_on_other_key_press(uint16_t keycode, keyrecord_t *record);
 
 
 #ifdef DYNAMIC_TAPPING_TERM_ENABLE
 #ifdef DYNAMIC_TAPPING_TERM_ENABLE
 extern uint16_t g_tapping_term;
 extern uint16_t g_tapping_term;