Expose the pressed_actions_cache global variable
This commit is contained in:
parent
73cb87740b
commit
a5cdc3aab1
2 changed files with 4 additions and 4 deletions
|
@ -61,6 +61,7 @@ void action_function(keyrecord_t *record, uint8_t id, uint8_t opt);
|
|||
/* Utilities for actions. */
|
||||
#if !defined(NO_ACTION_LAYER) && defined(PREVENT_STUCK_MODIFIERS)
|
||||
extern bool disable_action_cache;
|
||||
extern action_t pressed_actions_cache[MATRIX_ROWS][MATRIX_COLS];
|
||||
#endif
|
||||
void process_action_nocache(keyrecord_t *record);
|
||||
void process_action(keyrecord_t *record);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue