summaryrefslogtreecommitdiffstats
path: root/keyboard/hhkb/hhkb_avr.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboard/hhkb/hhkb_avr.h')
-rw-r--r--keyboard/hhkb/hhkb_avr.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/keyboard/hhkb/hhkb_avr.h b/keyboard/hhkb/hhkb_avr.h
index 46fb16679..b7bd507b5 100644
--- a/keyboard/hhkb/hhkb_avr.h
+++ b/keyboard/hhkb/hhkb_avr.h
@@ -71,13 +71,14 @@ static inline void KEY_SELECT(uint8_t ROW, uint8_t COL)
#elif defined(__AVR_AT90USB1286__)
-/*
+/*
* For Teensy++(AT90USB1286)
*
- * row: PB0-2
- * col: PB3-5,6
- * key: PE6(pull-uped)
- * prev: PE7
+ * HHKB pro HHKB pro2
+ * row: PB0-2 (6-8) (5-7)
+ * col: PB3-5,6 (9-12) (8-11)
+ * key: PE6(pull-uped) (4) (3)
+ * prev: PE7 (5) (4)
*
* TODO: convert into 'staitc inline' function
*/