index
:
qmk_firmware.git
audio
master
optimised
unicode
user_functions
Keyboard layout for Planck
KJ
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
keyboard.c
Age
Commit message (
Expand
)
Author
2014-11-24
Merge branch 'rn42' into merge_rn42
tmk
2014-11-23
Remove MCU dependent code from common/keyboard.c
tmk
2014-11-23
Matrix power saving
tmk
2014-08-26
Add serial_mouse_task in keyboard.c
tmk
2014-07-30
Fix common files for mbed
tmk
2014-07-30
Port action_* to mbed
tmk
2013-11-20
Fix to build ps2_mouse with both LUFA and PJRC
tmk
2013-11-02
Fix PS/2 mouse support
tmk
2013-09-21
Fix USB initilaize on LUFA
tmk
2013-06-22
Add support for backlight
Wraul
2013-04-07
Fix bootmagic and eeconfig for virtual DIP SW
tmk
2013-03-19
Add NO_PRINT and NO_DEBUG config options.
tmk
2013-03-12
Add mechanical locking switch support for CapsLock
tmk
2013-03-11
Add build option BOOTMAGIC_ENABLE
tmk
2013-03-11
Fix debug parameter setting in eeconfig
tmk
2013-03-09
Add bootmagic.c and fix bootloader_jump
tmk
2013-03-07
Add eeconfig.c - eeprom stored paramerters
tmk
2013-03-05
Fix ghost block and remove matrix_has_ghost()
tmk
2013-02-25
Fix bit shift which is beyond int size(16bit)
tmk
2013-02-13
Change struct key_t
tmk
2013-02-11
Boot Magic key for gh60
tmk
2013-01-28
Clean code.
tmk
2013-01-27
New tapping logic.
tmk
2013-01-24
Minor fixes in keyboard.c.
tmk
2013-01-23
Add prototype of Action Function.
tmk
2013-01-23
Add bootmagic keys.(hhkb)
tmk
2013-01-17
Refactor struct keyevent_t.
tmk
2013-01-15
Fix waiting_keys and periodical update for delaying layer.
tmk
2013-01-13
Fix tap key using delaying_layer and waiting_key.
tmk
2013-01-09
Add new layer actions.
tmk
2012-12-16
Add initial fix for new keymap.
tmk
2012-10-27
Fix usage of debug flag
tmk
2012-10-23
Add print utility
tmk
2012-10-21
Add LED feature to Sun converter
tmk
2012-10-18
Add child proof keyboard locking feature!
tmk
2012-10-17
Add command console and mouseky parameters tweak.
tmk
2012-10-17
Fix commands
tmk
2012-10-17
Fix use of default_layer
tmk
2012-10-17
Fix layer switching and host API.
tmk
2012-10-17
Fix build option MOUSEKEY_ENABLE.
tmk
2012-10-17
Clean host.h interface.
tmk
2012-10-17
Add keycode.h and remove usb_keycodes.h.
tmk
2012-10-17
Add consumer/system usage support.
tmk
2012-10-17
Add repeating of Fn key with alt keycode.
tmk
2012-10-17
Initial version of new code for layer switch is added.
tmk
2012-06-28
Add consumer/system control feature to LUFA.
tmk
2012-06-07
Moved files to common, protocol and doc directory
tmk