summaryrefslogtreecommitdiff
path: root/matrix.c
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2010-10-08 20:03:16 +0900
committertmk <nobody@nowhere>2010-10-08 20:15:38 +0900
commit2c453c726920f7ee113f28ddbc85d891b7ef1ba9 (patch)
treece9a03f8386be364397387fb447d01a027422e5b /matrix.c
parent42d57333f3003f5be0fae62f15e186df4f03bf75 (diff)
change matrix pinouts.
Diffstat (limited to 'matrix.c')
-rw-r--r--matrix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/matrix.c b/matrix.c
index 45863e4a0a..cb52d79c30 100644
--- a/matrix.c
+++ b/matrix.c
@@ -8,9 +8,9 @@
// matrix is active low. (key on: 0/key off: 1)
// row: Hi-Z(unselected)/low output(selected)
-// PD:0,1,2,3,6,7/PC:6,7/PF:7
+// PD0, PC7, PD7, PF6, PD6, PD1, PD2, PC6, PF7
// col: input w/pullup
-// PB:0-8
+// PB0-PB7
// matrix state buffer
uint8_t *matrix;