diff options
Diffstat (limited to 'users/hvp/tap_dances.h')
-rw-r--r-- | users/hvp/tap_dances.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/users/hvp/tap_dances.h b/users/hvp/tap_dances.h index 705985faa..cad9bd90e 100644 --- a/users/hvp/tap_dances.h +++ b/users/hvp/tap_dances.h @@ -6,5 +6,7 @@ enum tapdance_id { TD1 = 0, TD2, - TD3 + TD3, + TD4, + TD5 }; |