Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware into modifier-release-fix
This commit is contained in:
commit
47dd29513e
220 changed files with 47824 additions and 42726 deletions
|
@ -58,6 +58,9 @@ 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);
|
||||
|
||||
/* keyboard-specific key event (pre)processing */
|
||||
void process_action_kb(keyrecord_t *record);
|
||||
|
||||
/* Utilities for actions. */
|
||||
#if !defined(NO_ACTION_LAYER) && defined(PREVENT_STUCK_MODIFIERS)
|
||||
extern bool disable_action_cache;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue