aboutsummaryrefslogtreecommitdiffstats
path: root/users/hvp/tap_dances.h
blob: cad9bd90ec99ef560b10c4fde504cced5f48499e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once
#include "hvp.h"

// Tap Dance Declarations
enum tapdance_id
{
  TD1 = 0,
  TD2,
  TD3,
  TD4,
  TD5
};