mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 11:29:26 +00:00
move additions together
This commit is contained in:
parent
3727bc70b7
commit
46d072477c
@ -159,8 +159,8 @@ layer_state_t update_tri_layer_state(layer_state_t state, uint8_t layer1, uint8_
|
||||
#if !defined(NO_ACTION_LAYER) && !defined(STRICT_LAYER_RELEASE)
|
||||
|
||||
void update_source_layers_cache(keypos_t key, uint8_t layer);
|
||||
void update_keycode_map(keypos_t key, uint16_t keycode);
|
||||
uint8_t read_source_layers_cache(keypos_t key);
|
||||
void update_keycode_map(keypos_t key, uint16_t keycode);
|
||||
uint16_t read_keycode_map(keypos_t key);
|
||||
#endif
|
||||
action_t store_or_get_action(bool pressed, keypos_t key);
|
||||
|
Loading…
Reference in New Issue
Block a user