mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-14 07:55:28 +00:00
Allow userspace the opportunity to handle keycodes
This commit is contained in:
parent
f9d47ebe2f
commit
1650ba00f1
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
|
||||||
}
|
}
|
||||||
#endif //DYNAMIC_KEYMAP_ENABLE
|
#endif //DYNAMIC_KEYMAP_ENABLE
|
||||||
|
|
||||||
return true;
|
return process_record_user(keycode, record);;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue