diff options
Diffstat (limited to 'hhkb/doc/HHKB.txt')
| -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 bdd297dcd..3ca272c80 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. | |||
| 8 | This is just a proof of concept for replacing controller of HHKB, not a complete firmware. | 8 | This is just a proof of concept for replacing controller of HHKB, not a complete firmware. |
| 9 | 9 | ||
| 10 | My prototype firmware source tree is here: | 10 | My prototype firmware source tree is here: |
| 11 | branch: hhkb(http://github.com/tmk/tmk_keyboard/tree/hhkb) | 11 | github(http://github.com/tmk/tmk_keyboard) |
| 12 | This firmware is a port of my previous project: | 12 | This firmware is a port of my previous project: |
| 13 | HHKB style Mod(http://geekhack.org/showwiki.php?title=Island:11930) | 13 | HHKB style Mod(http://geekhack.org/showwiki.php?title=Island:11930) |
| 14 | PJRC: | 14 | PJRC: |
| @@ -173,13 +173,17 @@ Matrix scan pseudo code: | |||
| 173 | } else { | 173 | } else { |
| 174 | // not pressed | 174 | // not pressed |
| 175 | } | 175 | } |
| 176 | |||
| 177 | UNALBLE_COL(); // set LS145(D) to high | ||
| 178 | |||
| 179 | _delay_us(150); | ||
| 176 | } | 180 | } |
| 177 | } | 181 | } |
| 178 | 182 | ||
| 179 | 183 | ||
| 180 | Keymap layers | 184 | Keymap layers |
| 181 | ------------- | 185 | ------------- |
| 182 | Followings are added layers with additional Fn keys. They are not final decision. | 186 | Followings are added layers with additional Fn keys. |
| 183 | 187 | ||
| 184 | see keymap.c | 188 | see keymap.c |
| 185 | 189 | ||
