summaryrefslogtreecommitdiff
path: root/hhkb/doc/HHKB.txt
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2010-10-28 15:43:51 +0900
committertmk <nobody@nowhere>2010-10-28 15:43:51 +0900
commit6c3b9a2ded1afcf4a6bbc69878f52088f4c1a0e8 (patch)
tree54fa3d4def2748cc19faff5f9d6b393d75a556ac /hhkb/doc/HHKB.txt
parent46545c038034845658e40f1637b5a4465a9aefda (diff)
ADD: macway/doc
FIX: keymap
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 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