Remove process_action_kb callback (#25331)
This commit is contained in:
parent
f096e5a3f3
commit
7b36727ed1
2 changed files with 5 additions and 9 deletions
|
|
@ -263,7 +263,6 @@ uint16_t get_event_keycode(keyevent_t event, bool update_layer_cache);
|
|||
bool pre_process_record_quantum(keyrecord_t *record);
|
||||
bool pre_process_record_kb(uint16_t keycode, keyrecord_t *record);
|
||||
bool pre_process_record_user(uint16_t keycode, keyrecord_t *record);
|
||||
bool process_action_kb(keyrecord_t *record);
|
||||
bool process_record_kb(uint16_t keycode, keyrecord_t *record);
|
||||
bool process_record_user(uint16_t keycode, keyrecord_t *record);
|
||||
void post_process_record_kb(uint16_t keycode, keyrecord_t *record);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue