Browse Source

hhkb: Fix bug of matrix initialization for JP

tags/v1.9
Jun Wako 9 years ago
parent
commit
adfd5b92eb
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      keyboard/hhkb/hhkb_avr.h

+ 1
- 1
keyboard/hhkb/hhkb_avr.h View File

@@ -70,7 +70,7 @@ static inline void KEY_INIT(void)
#ifdef HHKB_JP
/* row extention for HHKB JP */
DDRC |= (1<<6|1<<7);
PORTC |= (1<<6|1<<7);
PORTC &= ~(1<<6|1<<7);
#endif
KEY_UNABLE();
KEY_PREV_OFF();

Loading…
Cancel
Save