aboutsummaryrefslogtreecommitdiffstats
path: root/common/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* Add NO_PRINT and NO_DEBUG config options.tmk2013-03-191-1/+1
* Add mechanical locking switch support for CapsLocktmk2013-03-121-0/+1
* Add build option BOOTMAGIC_ENABLEtmk2013-03-111-3/+3
* Fix debug parameter setting in eeconfigtmk2013-03-111-5/+6
* Add bootmagic.c and fix bootloader_jumptmk2013-03-091-23/+2
* Add eeconfig.c - eeprom stored paramerterstmk2013-03-071-4/+21
* Fix ghost block and remove matrix_has_ghost()tmk2013-03-051-1/+24
* Fix bit shift which is beyond int size(16bit)tmk2013-02-251-1/+1
* Change struct key_ttmk2013-02-131-1/+1
* Boot Magic key for gh60tmk2013-02-111-1/+10
* Clean code.tmk2013-01-281-8/+2
* New tapping logic.tmk2013-01-271-3/+3
* Minor fixes in keyboard.c.tmk2013-01-241-10/+6
* Add prototype of Action Function.tmk2013-01-231-1/+2
* Add bootmagic keys.(hhkb)tmk2013-01-231-0/+11
* Refactor struct keyevent_t.tmk2013-01-171-2/+2
* Fix waiting_keys and periodical update for delaying layer.tmk2013-01-151-1/+8
* Fix tap key using delaying_layer and waiting_key.tmk2013-01-131-1/+1
* Add new layer actions.tmk2013-01-091-2/+3
* Add initial fix for new keymap.tmk2012-12-161-544/+6
* Fix usage of debug flagtmk2012-10-271-1/+1
* Add print utilitytmk2012-10-231-1/+5
* Add LED feature to Sun convertertmk2012-10-211-0/+7
* Add child proof keyboard locking feature!tmk2012-10-181-1/+1
* Add command console and mouseky parameters tweak.tmk2012-10-171-17/+21
* Fix commandstmk2012-10-171-17/+11
* Fix use of default_layertmk2012-10-171-12/+20
* Fix layer switching and host API.tmk2012-10-171-60/+76
* Fix build option MOUSEKEY_ENABLE.tmk2012-10-171-1/+11
* Clean host.h interface.tmk2012-10-171-37/+47
* Add keycode.h and remove usb_keycodes.h.tmk2012-10-171-22/+22
* Add consumer/system usage support.tmk2012-10-171-16/+106
* Add repeating of Fn key with alt keycode.tmk2012-10-171-7/+22
* Initial version of new code for layer switch is added.tmk2012-10-171-130/+413
* Add consumer/system control feature to LUFA.tmk2012-06-281-12/+5
* Moved files to common, protocol and doc directorytmk2012-06-071-0/+203