index
:
qmk.git
jworthe-oryx
master
Open-source keyboard firmware for Atmel AVR and Arm USB families. Fork of https://github.com/qmk/qmk_firmware
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
layer.c
Age
Commit message (
Collapse
)
Author
2012-06-07
Moved files to common, protocol and doc directory
tmk
2012-05-27
FIX: layer switching bug when Fn has no keycode.
tmk
- Fn without keycode doesn't need LAYER_SWITCH_DELAY.
2012-01-16
Added USART implementation for PS/2 signal handling.
tmk
2011-09-17
Added Bulegiga iWRAP support into HHKB.(Bluetooth)
tmk
2011-07-21
added copyright and license notice.
tmk
2011-07-02
Change layer pram and keymap of HHKB. Fix vusb/host.c.
tmk
2011-05-04
fix bug: send Fn key even after the layer is used.
tmk
2011-02-22
integrate V-USB support into ps2_usb
tmk
2011-02-22
fixed: not to send key if fn_keycode is modifier
tmk
2011-02-22
host interface for pjrc
tmk
2011-02-22
refactor keyboard.h, host.h
tmk
2011-02-22
added protocol stack: pjrc, vusb
tmk
2011-01-23
rewrite code of layer switching
tmk
2011-01-06
changed signature of keymap_fn_layer() in keymap_skel.h.
tmk
FIX: name of mousekey macros usb_keycodes.h.
2010-11-26
tuning layer switch timing.
tmk
2010-11-04
repeating Fn key: press twice quickly to repeat.
tmk
2010-11-03
revise Fn key processing.
tmk
2010-10-30
improve layer switching
tmk