summaryrefslogtreecommitdiff
path: root/matrix_hhkb.c
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2010-10-10 22:10:23 +0900
committertmk <nobody@nowhere>2010-10-10 22:10:23 +0900
commitc696c95c606367aa309ce7ce8c15fa3a270f12c2 (patch)
treee4ae2ce383d15f0a6e21ce3047f9f7a0679b9b4d /matrix_hhkb.c
parent958875247cc7f5e3d4466b2cadaa827f4dda108c (diff)
change keymap for mouse keys.
Diffstat (limited to 'matrix_hhkb.c')
-rw-r--r--matrix_hhkb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/matrix_hhkb.c b/matrix_hhkb.c
index ff5b71610f..d6ac0101d0 100644
--- a/matrix_hhkb.c
+++ b/matrix_hhkb.c
@@ -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;