summaryrefslogtreecommitdiff
path: root/common/host.h
Commit message (Collapse)AuthorAge
* Make NKRO deafult when it is availabletmk2014-04-27
| | | | - NKRO is used only when keyboard_protocol = 1(report)
* Fix to build ps2_mouse with both LUFA and PJRCtmk2013-11-20
| | | | | - 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-04
| | | | | | | - 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
* Merge branch 'keymap2'tmk2013-02-11
|\ | | | | | | | | Conflicts: common/keyboard.c
| * Fix tap key using delaying_layer and waiting_key.tmk2013-01-13
| |
| * Add initial fix for new keymap.tmk2012-12-16
| |
* | Fix and keymap of hid_liber from alaricljs at geekhack.org.tmk2012-11-13
|/
* Fix layer switching and host API.tmk2012-10-17
|
* Clean host.h interface.tmk2012-10-17
|
* Add consumer/system usage support.tmk2012-10-17
|
* Initial version of new code for layer switch is added.tmk2012-10-17
|
* test build of 'Host shield' in minimal env.tmk2012-08-28
|
* Moved files to common, protocol and doc directorytmk2012-06-07