Cut the memory consumption of PREVENT_STUCK_MODIFIERS in half
This commit is contained in:
parent
a5cdc3aab1
commit
b4f442dfea
4 changed files with 16 additions and 11 deletions
|
@ -71,6 +71,9 @@ void layer_xor(uint32_t state);
|
|||
#endif
|
||||
|
||||
|
||||
/* return the topmost non-transparent layer currently associated with key */
|
||||
int8_t layer_switch_get_layer(keypos_t key);
|
||||
|
||||
/* return action depending on current layer status */
|
||||
action_t layer_switch_get_action(keypos_t key);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue