Add support for RETRO_TAPPING to LT(layer, kc)
This commit is contained in:
parent
0ba9620d65
commit
8e47f64888
2 changed files with 10 additions and 1 deletions
|
@ -97,6 +97,7 @@ void clear_keyboard_but_mods(void);
|
|||
void clear_keyboard_but_mods_and_keys(void);
|
||||
void layer_switch(uint8_t new_layer);
|
||||
bool is_tap_key(keypos_t key);
|
||||
bool is_tap_action(action_t action);
|
||||
|
||||
#ifndef NO_ACTION_TAPPING
|
||||
void process_record_tap_hint(keyrecord_t *record);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue