forked from mirrors/qmk_userspace
change keymap for mouse keys.
This commit is contained in:
parent
958875247c
commit
c696c95c60
3 changed files with 31 additions and 30 deletions
|
@ -37,7 +37,7 @@ void matrix_init(void)
|
|||
// row & col output(PB0-6)
|
||||
DDRB = 0xFF;
|
||||
PORTB = KEY_SELELCT(0, 0);
|
||||
// key input(KEY/VALID)
|
||||
// KEY & VALID input w/o pullup(PE6,7)
|
||||
DDRE = 0x3F;
|
||||
PORTE = 0x00;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue