diff options
author | tmk <nobody@nowhere> | 2010-10-08 20:03:16 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2010-10-08 20:15:38 +0900 |
commit | 2c453c726920f7ee113f28ddbc85d891b7ef1ba9 (patch) | |
tree | ce9a03f8386be364397387fb447d01a027422e5b /matrix.c | |
parent | 42d57333f3003f5be0fae62f15e186df4f03bf75 (diff) | |
download | firmware-2c453c726920f7ee113f28ddbc85d891b7ef1ba9.tar.gz firmware-2c453c726920f7ee113f28ddbc85d891b7ef1ba9.tar.bz2 firmware-2c453c726920f7ee113f28ddbc85d891b7ef1ba9.zip |
change matrix pinouts.
Diffstat (limited to 'matrix.c')
-rw-r--r-- | matrix.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |