diff options
Diffstat (limited to 'hhkb/controller.h')
-rw-r--r-- | hhkb/controller.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hhkb/controller.h b/hhkb/controller.h new file mode 100644 index 0000000000..aa862cdc1c --- /dev/null +++ b/hhkb/controller.h @@ -0,0 +1,6 @@ +#ifndef CONTROLLER_H +#define CONTROLLER_H 1 + +#include "controller_teensy.h" + +#endif |