summaryrefslogtreecommitdiff
path: root/matrix.c
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2010-09-26 22:42:37 +0900
committertmk <nobody@nowhere>2010-09-27 10:24:33 +0900
commite7c6839d2d17dd084c8bea1dd43208b3144979d2 (patch)
tree428571a5be07585733379b52b033d63f555f5c58 /matrix.c
parent1bcebc2848c7dff87b0de2748fbb53ae84275ccb (diff)
some fixes. LED flush for debug.
Diffstat (limited to 'matrix.c')
-rw-r--r--matrix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/matrix.c b/matrix.c
index 6129f52c68..b50427ac04 100644
--- a/matrix.c
+++ b/matrix.c
@@ -5,7 +5,6 @@
#include <util/delay.h>
#include "keymap.h"
#include "matrix.h"
-#include "print.h"
// matrix is active low. (key on: 0/key off: 1)
// row: Hi-Z(unselected)/low output(selected)