1
0
Fork 0

Add support for RETRO_TAPPING to LT(layer, kc)

This commit is contained in:
lambda_sakura 2018-04-25 19:14:27 +09:00 committed by Drashna Jaelre
parent 0ba9620d65
commit 8e47f64888
2 changed files with 10 additions and 1 deletions

View file

@ -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);