core: Add hook_process_action()
This commit is contained in:
parent
c25cdae5f2
commit
2b83b9a8f9
4 changed files with 25 additions and 13 deletions
|
|
@ -47,3 +47,8 @@ void hook_keyboard_leds_change(uint8_t led_status) {
|
|||
|
||||
__attribute__((weak))
|
||||
void hook_bootmagic(void) {}
|
||||
|
||||
__attribute__((weak))
|
||||
bool hook_process_action(keyrecord_t *record) {
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue