aboutsummaryrefslogtreecommitdiffstats
path: root/common/host.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove core library and build filestmk2015-04-101-97/+0
|
* Port action_* to mbedtmk2014-07-301-2/+2
|
* Make NKRO deafult when it is availabletmk2014-04-271-1/+1
| | | | - NKRO is used only when keyboard_protocol = 1(report)
* Fix to build ps2_mouse with both LUFA and PJRCtmk2013-11-201-8/+0
| | | | | - change API of ps2_mouse; ps2_mouse_task() - remove mouse_report from host.c
* Fix mod stuck of MODS_KEY when leaving layer #62tmk2013-10-041-149/+1
| | | | | | | - Add action_util.c and remove action_oneshot.c - Add oneshot_mods for MODS_ONESHOT - Add weak_mods for MODS_KEY and MACRO - weak_mods is cleared when layer switching
* Add NKRO support for LUFAtmk2013-07-281-16/+20
|
* Use dprint and dprintf for debugtmk2013-05-141-5/+5
|
* Fix tap key using delaying_layer and waiting_key.tmk2013-01-131-0/+5
|
* Add initial fix for new keymap.tmk2012-12-161-4/+4
|
* Fix layer switching and host API.tmk2012-10-171-37/+58
|
* Clean host.h interface.tmk2012-10-171-65/+20
|
* Add keycode.h and remove usb_keycodes.h.tmk2012-10-171-1/+1
|
* Add consumer/system usage support.tmk2012-10-171-0/+8
|
* Initial version of new code for layer switch is added.tmk2012-10-171-1/+21
|
* confirm SetReport LED.tmk2012-06-291-1/+4
|
* Moved files to common, protocol and doc directorytmk2012-06-071-0/+237