diff options
| author | milestogo <milestogo@users.noreply.github.com> | 2017-02-04 20:08:07 -0800 |
|---|---|---|
| committer | milestogo <milestogo@users.noreply.github.com> | 2017-02-04 20:08:07 -0800 |
| commit | b0dfb037dc0b8b20fd87b3c88449a2ce20ff80e1 (patch) | |
| tree | df9fb78b55c4a9b8262e35ac7bd26ec0ebdb64db /quantum/process_keycode/process_tap_dance.h | |
| parent | e8ba4838d30ef3af6d8e69ebc1d00a1910806ac2 (diff) | |
| parent | f0633f2540be3ba86797522a2075a9f5ba2ad5c6 (diff) | |
| download | qmk_firmware-b0dfb037dc0b8b20fd87b3c88449a2ce20ff80e1.tar.gz qmk_firmware-b0dfb037dc0b8b20fd87b3c88449a2ce20ff80e1.zip | |
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'quantum/process_keycode/process_tap_dance.h')
| -rw-r--r-- | quantum/process_keycode/process_tap_dance.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/process_keycode/process_tap_dance.h b/quantum/process_keycode/process_tap_dance.h index f753cbba6..726752ecc 100644 --- a/quantum/process_keycode/process_tap_dance.h +++ b/quantum/process_keycode/process_tap_dance.h | |||
| @@ -9,6 +9,7 @@ | |||
| 9 | typedef struct | 9 | typedef struct |
| 10 | { | 10 | { |
| 11 | uint8_t count; | 11 | uint8_t count; |
| 12 | uint8_t oneshot_mods; | ||
| 12 | uint16_t keycode; | 13 | uint16_t keycode; |
| 13 | uint16_t timer; | 14 | uint16_t timer; |
| 14 | bool interrupted; | 15 | bool interrupted; |
