diff options
Diffstat (limited to 'hhkb/doc')
| -rw-r--r-- | hhkb/doc/HHKB.txt | 8 | 
1 files changed, 6 insertions, 2 deletions
diff --git a/hhkb/doc/HHKB.txt b/hhkb/doc/HHKB.txt index bdd297dcdb..3ca272c800 100644 --- a/hhkb/doc/HHKB.txt +++ b/hhkb/doc/HHKB.txt @@ -8,7 +8,7 @@ Teensy++ has clean pinout and it makes programing and wiring easier.  This is just a proof of concept for replacing controller of HHKB, not a complete firmware.  My prototype firmware source tree is here: -    branch: hhkb(http://github.com/tmk/tmk_keyboard/tree/hhkb) +    github(http://github.com/tmk/tmk_keyboard)  This firmware is a port of my previous project:      HHKB style Mod(http://geekhack.org/showwiki.php?title=Island:11930)  PJRC: @@ -173,13 +173,17 @@ Matrix scan pseudo code:              } else {                  // not pressed              } + +            UNALBLE_COL();      // set LS145(D) to high + +            _delay_us(150);          }      }  Keymap layers  ------------- -Followings are added layers with additional Fn keys. They are not final decision. +Followings are added layers with additional Fn keys.  see keymap.c  | 
