aboutsummaryrefslogtreecommitdiffstats
path: root/layer.c
Commit message (Expand)AuthorAgeFilesLines
* FIX: layer switching bug when Fn has no keycode.tmk2012-05-271-19/+25
* Added USART implementation for PS/2 signal handling.tmk2012-01-161-0/+1
* Added Bulegiga iWRAP support into HHKB.(Bluetooth)tmk2011-09-171-2/+2
* added copyright and license notice.tmk2011-07-211-0/+17
* Change layer pram and keymap of HHKB. Fix vusb/host.c.tmk2011-07-021-1/+1
* fix bug: send Fn key even after the layer is used.tmk2011-05-041-12/+11
* integrate V-USB support into ps2_usbtmk2011-02-221-1/+1
* fixed: not to send key if fn_keycode is modifiertmk2011-02-221-2/+2
* host interface for pjrctmk2011-02-221-0/+1
* refactor keyboard.h, host.htmk2011-02-221-17/+17
* added protocol stack: pjrc, vusbtmk2011-02-221-18/+18
* rewrite code of layer switchingtmk2011-01-231-69/+99
* changed signature of keymap_fn_layer() in keymap_skel.h.tmk2011-01-061-1/+1
* tuning layer switch timing.tmk2010-11-261-1/+1
* repeating Fn key: press twice quickly to repeat.tmk2010-11-041-20/+28
* revise Fn key processing.tmk2010-11-031-56/+109
* improve layer switchingtmk2010-10-301-0/+92