aboutsummaryrefslogtreecommitdiffstats
path: root/common
AgeCommit message (Collapse)Author
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
Fix: add wait for Power down command Add ifdef of MOUSEKEY_ENABLE
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
- add LUFA boot mouse feature - remove report_id from mouse report - fix LUFA descriptor
2012-06-07Fixed Makefile to adjust new directories.Gravatar tmk
2012-06-07Moved files to common, protocol and doc directoryGravatar tmk