Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Made directories for keyboard and converter projects. | tmk | 2012-06-08 | 8 | -649/+0 |
| | |||||
* | Fixed Makefile to adjust new directories. | tmk | 2012-06-07 | 1 | -3/+5 |
| | |||||
* | Update M0110 keymap and add a Make target 'hasu'. | tmk | 2012-05-27 | 3 | -25/+41 |
| | | | | | - change keymap for M0110 - add a Make target 'hasu' to build with hasu keymap. | ||||
* | Fix key stuck bug of M0110A support. | tmk | 2012-05-22 | 4 | -88/+29 |
| | | | | | - rewrite special key handling in m0110.c - add mouse keys to keymap | ||||
* | Fix M0110A keymap. | tmk | 2012-05-17 | 1 | -1/+1 |
| | |||||
* | Fix bug on RAW2SCAN. Add work around for M0110A. | tmk | 2012-05-16 | 4 | -36/+58 |
| | | | | | | - 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. | ||||
* | Added M0110A support contributed by skagon@github. | tmk | 2012-04-28 | 5 | -107/+245 |
| | | | | | | - 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: added keymaps, mousekeys | tmk | 2011-12-19 | 3 | -14/+40 |
| | |||||
* | Added protocol support for Macintosh keyboard M0110. | tmk | 2011-12-14 | 8 | -0/+504 |