Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix key stuck bug of M0110A support. | tmk | 2012-05-22 | 1 | -46/+183 |
| | | | | | - rewrite special key handling in m0110.c - add mouse keys to keymap | ||||
* | Fix bug on RAW2SCAN. Add work around for M0110A. | tmk | 2012-05-16 | 1 | -149/+164 |
| | | | | | | - 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. | ||||
* | Ignore release flag when comparing key event. | tmk | 2012-04-29 | 1 | -4/+3 |
| | |||||
* | Added M0110A support contributed by skagon@github. | tmk | 2012-04-28 | 1 | -6/+73 |
| | | | | | | - 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. | ||||
* | M0110: Fixed timing of signal handling. | tmk | 2012-04-21 | 1 | -24/+74 |
| | |||||
* | M0110: added keymaps, mousekeys | tmk | 2011-12-19 | 1 | -3/+5 |
| | |||||
* | Added protocol support for Macintosh keyboard M0110. | tmk | 2011-12-14 | 1 | -0/+304 |