summaryrefslogtreecommitdiff
path: root/m0110.h
AgeCommit message (Collapse)Author
2012-06-07Moved files to common, protocol and doc directorytmk
2012-05-22Fix key stuck bug of M0110A support.tmk
- rewrite special key handling in m0110.c - add mouse keys to keymap
2012-05-16Fix bug on RAW2SCAN. Add work around for M0110A.tmk
- 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.
2012-04-29Ignore release flag when comparing key event.tmk
2012-04-28Added M0110A support contributed by skagon@github.tmk
- 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.
2012-04-21M0110: Fixed timing of signal handling.tmk
2011-12-19M0110: added keymaps, mousekeystmk
2011-12-14Added protocol support for Macintosh keyboard M0110.tmk