From 2c453c726920f7ee113f28ddbc85d891b7ef1ba9 Mon Sep 17 00:00:00 2001 From: tmk Date: Fri, 8 Oct 2010 20:03:16 +0900 Subject: change matrix pinouts. --- matrix.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'matrix.c') 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; -- cgit v1.2.3