Commit Graph

6734 Commits (06f196c589b3c8c70c6cda6e95db6d1a2bf6e80b)
 

Author SHA1 Message Date
tmk 11f0870020 FIX: layer switching bug when Fn has no keycode.
- Fn without keycode doesn't need LAYER_SWITCH_DELAY.
tmk 660ea5a2cd Merge branch 'm0110a'
tmk 805ce3c130 Fix key stuck bug of M0110A support.
- rewrite special key handling in m0110.c
- add mouse keys to keymap
tmk 901503a1c7 Fix M0110A keymap.
tmk f5f48c2a24 Fix bug on RAW2SCAN. Add work around for M0110A.
- Bug fix: Macro RAW2SCAN doesn't work and converted into static inline function.
- Add Exceptional handling for M0110A arrow keys and calc keys.
- Fix keymap.
tmk b0365c7ac3 Initial Commit
tmk f4bff66e91 Added Happy Buckling Keyboard.
tmk d553289e7e Ignore release flag when comparing key event.
tmk e6f79b1e5a Workaround for Mac HID SET_IDLE behaviour.
tmk 9dec116bc0 Workaround for Mac HID SET_IDLE behaviour.
tmk 12f6e9ffa7 Added M0110A support contributed by skagon@github.
- README is written with markdown notation.
- m0110.c can handles Arrow keys and Calc keys of M0110A.
- EXTRAFLAGS and EXTRALDFLAGS are added in rules.mk to give flags on make command line.
tmk 0a4fa89548 M0110: Fixed timing of signal handling.
tmk 38d61ee1b1 Added SHARP X68000 keyboard support.
tmk 446f87f9e8 Fiexed AT90USB162 compatibility.(different number of endpoint)
tmk e157aa7f91 Fixed keymap macro of macway.
tmk 0a04817304 Fixed keymap of IBM Terminal keyboard converter.
tmk 9e0c6247c9 Added terminal_usb adapter for IBM Terminal keyboard.
tmk 6e095ca9e0 Fixed wrong pin configuration for ps2_usb USART.
tmk e2d7ca5652 Fixed wrong description about pins.
tmk 9addeae872 Added USART implementation for PS/2 signal handling.
tmk 579991b927 added SONY NEWS keyboard NWP-5461 support.
tmk 7386c76191 fixed a bug on host_system_send().
tmk baf885dc31 M0110: added keymaps, mousekeys
tmk 3f0289e666 Added protocol support for Macintosh keyboard M0110.
tmk e2afc305ed PS/2 to USB: fix comments.
tmk 3f9de37310 Added ISO/JIS keyboard support.
tmk 6284b147c2 add debouncing into macway/matrix.c.
tmk e65575d4a5 Refactored bootloader jumping. Added USBaspLoader support.
tmk e67c988824 Added Bulegiga iWRAP support into HHKB.(Bluetooth)
tmk b703de7b29 Added locking capslock key support and default now.
tmk 0dde25e81c added copyright and license notice.
tmk f382fc93d5 Change layer pram and keymap of HHKB. Fix vusb/host.c.
tmk 1bda8a8c69 Add special keycodes for media control. Fix power down command.
tmk 6d45e05ede Added PS/2 multimeda key support.
HID Consumer page and System control are also supported now.
merged mediakey branch: d53a356cd2011b461843a5c7c1527a61692893c1
tmk af85b6bba6 added HHKB/README and clean some codes.
tmk 74f7e19863 added USB_EXTRA feature to HHKB/V-USB
tmk 068c31a7ba added initial V-USB support for HHKB
tmk 61e12a3157 move files: main_vusb.c ps2_usart.c sendchar_usart.c from ps2_usb to common dir
tmk a6b31e950f fix bug: send Fn key even after the layer is used.
tmk b0b6c33332 ad hoc fix for IDLE bug which affects on Mac only.
tmk 5de62e26a0 fix for ps2_usb Makefile and circuit
tmk 13e4662bae minor fix for HHKB Makefile and doc
tmk cec2549505 FIX: send last report when idle timeouts. (pjrc)
tmk 1a7c3585ed ADD: V-USB Circuit in README
tmk 258fd3c368 FIX: host_get_first_key in vusb/host.c
tmk 00350c180d v3.0 cleanse files
tmk d2b9489a5e fixed hhkb to comply new API.
tmk 60052acc0f fixed macway to comply new API.
tmk c958b2d19b fixed adb_usb to comply new API.
tmk fb8d23c60c integrate V-USB support into ps2_usb