aboutsummaryrefslogtreecommitdiffstats
path: root/common/keyboard.c
AgeCommit message (Expand)Author
2014-08-26Add serial_mouse_task in keyboard.cGravatar tmk
2013-11-20Fix to build ps2_mouse with both LUFA and PJRCGravatar tmk
2013-11-02Fix PS/2 mouse supportGravatar tmk
2013-09-21Fix USB initilaize on LUFAGravatar tmk
2013-06-22Add support for backlightGravatar Wraul
2013-04-07Fix bootmagic and eeconfig for virtual DIP SWGravatar tmk
2013-03-19Add NO_PRINT and NO_DEBUG config options.Gravatar tmk
2013-03-12Add mechanical locking switch support for CapsLockGravatar tmk
2013-03-11Add build option BOOTMAGIC_ENABLEGravatar tmk
2013-03-11Fix debug parameter setting in eeconfigGravatar tmk
2013-03-09Add bootmagic.c and fix bootloader_jumpGravatar tmk
2013-03-07Add eeconfig.c - eeprom stored paramertersGravatar tmk
2013-03-05Fix ghost block and remove matrix_has_ghost()Gravatar tmk
2013-02-25Fix bit shift which is beyond int size(16bit)Gravatar tmk
2013-02-13Change struct key_tGravatar tmk
2013-02-11Boot Magic key for gh60Gravatar tmk
2013-01-28Clean code.Gravatar tmk
2013-01-27New tapping logic.Gravatar tmk
2013-01-24Minor fixes in keyboard.c.Gravatar tmk
2013-01-23Add prototype of Action Function.Gravatar tmk
2013-01-23Add bootmagic keys.(hhkb)Gravatar tmk
2013-01-17Refactor struct keyevent_t.Gravatar tmk
2013-01-15Fix waiting_keys and periodical update for delaying layer.Gravatar tmk
2013-01-13Fix tap key using delaying_layer and waiting_key.Gravatar tmk
2013-01-09Add new layer actions.Gravatar tmk
2012-12-16Add initial fix for new keymap.Gravatar tmk
2012-10-27Fix usage of debug flagGravatar tmk
2012-10-23Add print utilityGravatar tmk
2012-10-21Add LED feature to Sun converterGravatar tmk
2012-10-18Add child proof keyboard locking feature!Gravatar tmk
2012-10-17Add command console and mouseky parameters tweak.Gravatar tmk
2012-10-17Fix commandsGravatar tmk
2012-10-17Fix use of default_layerGravatar tmk
2012-10-17Fix layer switching and host API.Gravatar tmk
2012-10-17Fix build option MOUSEKEY_ENABLE.Gravatar tmk
2012-10-17Clean host.h interface.Gravatar tmk
2012-10-17Add keycode.h and remove usb_keycodes.h.Gravatar tmk
2012-10-17Add consumer/system usage support.Gravatar tmk
2012-10-17Add repeating of Fn key with alt keycode.Gravatar tmk
2012-10-17Initial version of new code for layer switch is added.Gravatar tmk
2012-06-28Add consumer/system control feature to LUFA.Gravatar tmk
2012-06-07Moved files to common, protocol and doc directoryGravatar tmk