diff options
Diffstat (limited to 'users/hvp/hvp.h')
-rw-r--r-- | users/hvp/hvp.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/users/hvp/hvp.h b/users/hvp/hvp.h new file mode 100644 index 0000000000..2b2210f873 --- /dev/null +++ b/users/hvp/hvp.h @@ -0,0 +1,6 @@ +#pragma once + +#ifdef TAP_DANCE_ENABLE +# include "tap_dances.h" +#endif +#include "quantum.h" |