change matrix pinouts.

This commit is contained in:
tmk 2010-10-08 20:03:16 +09:00
parent 42d57333f3
commit 2c453c7269
2 changed files with 29 additions and 15 deletions

View file

@ -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;