aboutsummaryrefslogtreecommitdiffstats
path: root/hhkb/controller.h
diff options
context:
space:
mode:
authorGravatar tmk <nobody@nowhere>2010-10-26 21:32:45 +0900
committerGravatar tmk <nobody@nowhere>2010-10-26 21:32:45 +0900
commit461e0d3d8c82cc78d29d3115af3c417bb51bb50f (patch)
tree844b28eed904f72aa18873f25de435379fa1bad3 /hhkb/controller.h
parent7a336b05ec2d1056fe2206ae218199c66e8980da (diff)
downloadqmk_firmware-461e0d3d8c82cc78d29d3115af3c417bb51bb50f.tar.gz
ADD: keymap macro for human to read easier
ADD: controller.h for controller board definition(teensy) ADD: debug toggle
Diffstat (limited to 'hhkb/controller.h')
-rw-r--r--hhkb/controller.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/hhkb/controller.h b/hhkb/controller.h
new file mode 100644
index 000000000..aa862cdc1
--- /dev/null
+++ b/hhkb/controller.h
@@ -0,0 +1,6 @@
+#ifndef CONTROLLER_H
+#define CONTROLLER_H 1
+
+#include "controller_teensy.h"
+
+#endif