aboutsummaryrefslogtreecommitdiffstats
path: root/common/keyboard.c
AgeCommit message (Collapse)Author
2015-04-10Remove core library and build filesGravatar tmk
2014-11-24Merge branch 'rn42' into merge_rn42Gravatar tmk
Conflicts: .gitignore common.mk common/debug_config.h common/print.h
2014-11-23Remove MCU dependent code from common/keyboard.cGravatar tmk
2014-11-23Matrix power savingGravatar tmk
2014-08-26Add serial_mouse_task in keyboard.cGravatar tmk
2014-07-30Fix common files for mbedGravatar tmk
2014-07-30Port action_* to mbedGravatar tmk
2013-11-20Fix to build ps2_mouse with both LUFA and PJRCGravatar tmk
- change API of ps2_mouse; ps2_mouse_task() - remove mouse_report from host.c
2013-11-02Fix PS/2 mouse supportGravatar tmk
2013-09-21Fix USB initilaize on LUFAGravatar tmk
- Add print messages of USB intialize procesure. - call out sei() in earlier stage. LUFA API doc of USB_Init() says: interrupts must be enabled within 500ms ... to ensure that the host does not time out whilst enumerating the device - remove matrix_init() from suspend_wakeup_init(). It is not needed in fact and if matrix_init() takes long time to initialize it prevents host emnumerating the device.
2013-06-22Add support for backlightGravatar Wraul
2013-04-07Fix bootmagic and eeconfig for virtual DIP SWGravatar tmk
2013-03-19Add NO_PRINT and NO_DEBUG config options.Gravatar tmk
- NO_PRINT: disable print.h API(also disable debug.h) - NO_DEBUG: disable debug.h API
2013-03-12Add mechanical locking switch support for CapsLockGravatar tmk
2013-03-11Add build option BOOTMAGIC_ENABLEGravatar tmk
2013-03-11Fix debug parameter setting in eeconfigGravatar tmk
2013-03-09Add bootmagic.c and fix bootloader_jumpGravatar tmk
2013-03-07Add eeconfig.c - eeprom stored paramertersGravatar tmk
2013-03-05Fix ghost block and remove matrix_has_ghost()Gravatar tmk
2013-02-25Fix bit shift which is beyond int size(16bit)Gravatar tmk
2013-02-13Change struct key_tGravatar tmk
2013-02-11Boot Magic key for gh60Gravatar tmk
2013-01-28Clean code.Gravatar tmk
2013-01-27New tapping logic.Gravatar tmk
2013-01-24Minor fixes in keyboard.c.Gravatar tmk
2013-01-23Add prototype of Action Function.Gravatar tmk
2013-01-23Add bootmagic keys.(hhkb)Gravatar tmk
- kick bootloader - enable debug print
2013-01-17Refactor struct keyevent_t.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-16Add initial fix for new keymap.Gravatar tmk
2012-10-27Fix usage of debug flagGravatar tmk
2012-10-23Add print utilityGravatar tmk
2012-10-21Add LED feature to Sun converterGravatar 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-17Fix commandsGravatar tmk
2012-10-17Fix use of default_layerGravatar tmk
2012-10-17Fix layer switching and host API.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-06-28Add consumer/system control feature to LUFA.Gravatar tmk
2012-06-07Moved files to common, protocol and doc directoryGravatar tmk