Add tap flags on record_t
This commit is contained in:
parent
6778324de2
commit
a207e848b3
4 changed files with 103 additions and 103 deletions
|
@ -41,7 +41,6 @@ void action_macro_play(const prog_macro_t *macro_p)
|
|||
case MODS_DOWN:
|
||||
MACRO_READ();
|
||||
debug("MODS_DOWN("); debug_hex(macro); debug(")\n");
|
||||
debug("MODS_UP("); debug_hex(macro); debug(")\n");
|
||||
add_mods(macro);
|
||||
break;
|
||||
case MODS_UP:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue