aboutsummaryrefslogtreecommitdiffstats
path: root/layer.c
AgeCommit message (Expand)Author
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