diff options
| author | tmk <nobody@nowhere> | 2013-02-26 16:27:09 +0900 |
|---|---|---|
| committer | tmk <nobody@nowhere> | 2013-02-26 16:27:09 +0900 |
| commit | a207e848b3b308406263576c1e0d066067888416 (patch) | |
| tree | 1e2ac59d8350a8f5a56b645954cae948841e17c9 /common/action_macro.c | |
| parent | 6778324de2f8cbdf4eeada7b2be05937dc833e9b (diff) | |
| download | qmk_firmware-a207e848b3b308406263576c1e0d066067888416.tar.gz qmk_firmware-a207e848b3b308406263576c1e0d066067888416.zip | |
Add tap flags on record_t
Diffstat (limited to 'common/action_macro.c')
| -rw-r--r-- | common/action_macro.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/action_macro.c b/common/action_macro.c index 72859c0dd..ca7ffa822 100644 --- a/common/action_macro.c +++ b/common/action_macro.c | |||
| @@ -41,7 +41,6 @@ void action_macro_play(const prog_macro_t *macro_p) | |||
| 41 | case MODS_DOWN: | 41 | case MODS_DOWN: |
| 42 | MACRO_READ(); | 42 | MACRO_READ(); |
| 43 | debug("MODS_DOWN("); debug_hex(macro); debug(")\n"); | 43 | debug("MODS_DOWN("); debug_hex(macro); debug(")\n"); |
| 44 | debug("MODS_UP("); debug_hex(macro); debug(")\n"); | ||
| 45 | add_mods(macro); | 44 | add_mods(macro); |
| 46 | break; | 45 | break; |
| 47 | case MODS_UP: | 46 | case MODS_UP: |
