summaryrefslogtreecommitdiff
path: root/hhkb/controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'hhkb/controller.h')
-rw-r--r--hhkb/controller.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/hhkb/controller.h b/hhkb/controller.h
deleted file mode 100644
index 32a10b7cd1..0000000000
--- a/hhkb/controller.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef CONTROLLER_H
-#define CONTROLLER_H 1
-
-#include "controller_teensy.h"
-
-
-/* matrix row size */
-#define MATRIX_ROWS 8
-/* matrix column size */
-#define MATRIX_COLS 8
-
-#endif