summaryrefslogtreecommitdiffstats
path: root/layer.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-15Added USART implementation for PS/2 signal handling.tmk1-0/+1
2011-09-17Added Bulegiga iWRAP support into HHKB.(Bluetooth)tmk1-2/+2
2011-07-20added copyright and license notice.tmk1-0/+17
2011-07-02Change layer pram and keymap of HHKB. Fix vusb/host.c.tmk1-1/+1
2011-05-04fix bug: send Fn key even after the layer is used.tmk1-12/+11
2011-02-21integrate V-USB support into ps2_usbtmk1-1/+1
2011-02-21fixed: not to send key if fn_keycode is modifiertmk1-2/+2
2011-02-21host interface for pjrctmk1-0/+1
2011-02-21refactor keyboard.h, host.htmk1-17/+17
2011-02-21added protocol stack: pjrc, vusbtmk1-18/+18
2011-01-22rewrite code of layer switchingtmk1-69/+99
2011-01-06changed signature of keymap_fn_layer() in keymap_skel.h.tmk1-1/+1
2010-11-26tuning layer switch timing.tmk1-1/+1
2010-11-03repeating Fn key: press twice quickly to repeat.tmk1-20/+28
2010-11-03revise Fn key processing.tmk1-56/+109
2010-10-29improve layer switchingtmk1-0/+92