forked from mirrors/qmk_userspace
change matrix pinouts.
This commit is contained in:
parent
42d57333f3
commit
2c453c7269
2 changed files with 29 additions and 15 deletions
4
matrix.c
4
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue