aboutsummaryrefslogtreecommitdiffstats
path: root/common
AgeCommit message (Expand)Author
2013-01-23Add bootmagic keys.(hhkb)Gravatar tmk
2013-01-21Fix mods with tapping.Gravatar tmk
2013-01-17Refactor struct keyevent_t.Gravatar tmk
2013-01-17Fix mods with tap key but some problems still exists.Gravatar tmk
2013-01-16Add support partly for modifier with tap key.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-17Fix action of system and consumer usage.Gravatar tmk
2012-12-16Add initial fix for new keymap.Gravatar tmk
2012-10-27Fix usage of debug flagGravatar tmk
2012-10-27Add print_dec() and debug_dec().Gravatar tmk
2012-10-23Add print utilityGravatar tmk
2012-10-21Add LED feature to Sun converterGravatar tmk
2012-10-21Fix mousekey parameter bugGravatar tmk
2012-10-19Use software serial for Sun.Gravatar tmk
2012-10-18Add child proof keyboard locking feature!Gravatar tmk
2012-10-17Add command console and mouseky parameters tweak.Gravatar tmk
2012-10-17Add Mousekey parameters and accel keys.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-17Add subset of Xorg MouseKey acceleration parameters.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-10-15Fix MCU name macro in bootloader.c.Gravatar tmk
2012-09-04usb_hid: workaround for compile on Windows.Gravatar tmk
2012-09-02usb_hid: Fix timer size uint16_t to uint32_t;Gravatar tmk
2012-08-28Add USB to USB converter. unmature.Gravatar tmk
2012-08-28test build of 'Host shield' in minimal env.Gravatar tmk
2012-06-30Add support of USBasp bootloader.Gravatar tmk
2012-06-30Add Makefile.lufa to keyboard/hhkb and hbkb.Gravatar tmk
2012-06-30Fix bootloader.cGravatar tmk
2012-06-29confirm SetReport LED.Gravatar tmk
2012-06-28Add consumer/system control feature to LUFA.Gravatar tmk
2012-06-28Add LUFA mouse feature and fix mouse report.Gravatar tmk
2012-06-07Fixed Makefile to adjust new directories.Gravatar tmk
2012-06-07Moved files to common, protocol and doc directoryGravatar tmk