From 461e0d3d8c82cc78d29d3115af3c417bb51bb50f Mon Sep 17 00:00:00 2001 From: tmk Date: Tue, 26 Oct 2010 21:32:45 +0900 Subject: ADD: keymap macro for human to read easier ADD: controller.h for controller board definition(teensy) ADD: debug toggle --- hhkb/controller.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hhkb/controller.h (limited to 'hhkb/controller.h') 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 -- cgit v1.2.3