aboutsummaryrefslogtreecommitdiffstats
path: root/layer.c
AgeCommit message (Expand)Author
2012-01-16Added USART implementation for PS/2 signal handling.Gravatar tmk
2011-09-17Added Bulegiga iWRAP support into HHKB.(Bluetooth)Gravatar tmk
2011-07-21added copyright and license notice.Gravatar tmk
2011-07-02Change layer pram and keymap of HHKB. Fix vusb/host.c.Gravatar tmk
2011-05-04fix bug: send Fn key even after the layer is used.Gravatar tmk
2011-02-22integrate V-USB support into ps2_usbGravatar tmk
2011-02-22fixed: not to send key if fn_keycode is modifierGravatar tmk
2011-02-22host interface for pjrcGravatar tmk
2011-02-22refactor keyboard.h, host.hGravatar tmk
2011-02-22added protocol stack: pjrc, vusbGravatar tmk
2011-01-23rewrite code of layer switchingGravatar tmk
2011-01-06changed signature of keymap_fn_layer() in keymap_skel.h.Gravatar tmk
2010-11-26tuning layer switch timing.Gravatar tmk
2010-11-04repeating Fn key: press twice quickly to repeat.Gravatar tmk
2010-11-03revise Fn key processing.Gravatar tmk
2010-10-30improve layer switchingGravatar tmk