Rename function to be keyboard-specific
This commit is contained in:
parent
ef21a855e6
commit
acd64aa841
2 changed files with 4 additions and 4 deletions
|
@ -58,8 +58,8 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt);
|
|||
/* user defined special function */
|
||||
void action_function(keyrecord_t *record, uint8_t id, uint8_t opt);
|
||||
|
||||
/* user-defined (pre)processing of each key event */
|
||||
void process_action_user(keyrecord_t *record);
|
||||
/* keyboard-specific key event (pre)processing */
|
||||
void process_action_kb(keyrecord_t *record);
|
||||
|
||||
/* Utilities for actions. */
|
||||
void process_action(keyrecord_t *record);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue