From 6c3b9a2ded1afcf4a6bbc69878f52088f4c1a0e8 Mon Sep 17 00:00:00 2001 From: tmk Date: Thu, 28 Oct 2010 15:43:51 +0900 Subject: ADD: macway/doc FIX: keymap --- hhkb/doc/HHKB.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'hhkb/doc') 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 -- cgit v1.2.3