diff options
author | tmk <nobody@nowhere> | 2010-09-26 22:42:37 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2010-09-27 10:24:33 +0900 |
commit | e7c6839d2d17dd084c8bea1dd43208b3144979d2 (patch) | |
tree | 428571a5be07585733379b52b033d63f555f5c58 /matrix.c | |
parent | 1bcebc2848c7dff87b0de2748fbb53ae84275ccb (diff) |
some fixes. LED flush for debug.
Diffstat (limited to 'matrix.c')
-rw-r--r-- | matrix.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) |