]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - keyboard/hhkb/hhkb_avr.h
Fix READEM of hhkb and doc/build.md
[tmk_firmware.git] / keyboard / hhkb / hhkb_avr.h
index 46fb16679d37e7bc8e2685b7b729c5d5b8f70810..b7bd507b5d94e4dba7c5bb9e4d1f72c84980d531 100644 (file)
@@ -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
  */