aboutsummaryrefslogtreecommitdiff
path: root/hhkb/doc/HHKB.txt
diff options
context:
space:
mode:
Diffstat (limited to 'hhkb/doc/HHKB.txt')
-rw-r--r--hhkb/doc/HHKB.txt8
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.
8This is just a proof of concept for replacing controller of HHKB, not a complete firmware. 8This is just a proof of concept for replacing controller of HHKB, not a complete firmware.
9 9
10My prototype firmware source tree is here: 10My 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)
12This firmware is a port of my previous project: 12This 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)
14PJRC: 14PJRC:
@@ -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
180Keymap layers 184Keymap layers
181------------- 185-------------
182Followings are added layers with additional Fn keys. They are not final decision. 186Followings are added layers with additional Fn keys.
183 187
184see keymap.c 188see keymap.c
185 189