mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-06-04 22:12:04 +01:00
Cut the memory consumption of PREVENT_STUCK_MODIFIERS in half
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user