Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-27 | Make NKRO deafult when it is available | ||
- NKRO is used only when keyboard_protocol = 1(report) | |||
2013-11-20 | Fix to build ps2_mouse with both LUFA and PJRC | ||
- change API of ps2_mouse; ps2_mouse_task() - remove mouse_report from host.c | |||
2013-10-04 | Fix mod stuck of MODS_KEY when leaving layer #62 | ||
- 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 | |||
2013-07-28 | Add NKRO support for LUFA | ||
2013-05-14 | Use dprint and dprintf for debug | ||
2013-01-13 | Fix tap key using delaying_layer and waiting_key. | ||
2012-12-16 | Add initial fix for new keymap. | ||
2012-10-17 | Fix layer switching and host API. | ||
2012-10-17 | Clean host.h interface. | ||
2012-10-17 | Add keycode.h and remove usb_keycodes.h. | ||
2012-10-17 | Add consumer/system usage support. | ||
2012-10-17 | Initial version of new code for layer switch is added. | ||
2012-06-29 | confirm SetReport LED. | ||
2012-06-07 | Moved files to common, protocol and doc directory | ||