summaryrefslogtreecommitdiffstats
path: root/m0110_usb/keymap.c
AgeCommit message (Collapse)AuthorFilesLines
2012-06-08Made directories for keyboard and converter projects.tmk1-214/+0
2012-05-27Update M0110 keymap and add a Make target 'hasu'.tmk1-17/+32
- change keymap for M0110 - add a Make target 'hasu' to build with hasu keymap.
2012-05-21Fix key stuck bug of M0110A support.tmk1-19/+20
- rewrite special key handling in m0110.c - add mouse keys to keymap
2012-05-17Fix M0110A keymap.tmk1-1/+1
2012-05-15Fix bug on RAW2SCAN. Add work around for M0110A.tmk1-31/+35
- 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-27Added M0110A support contributed by skagon@github.tmk1-49/+99
- 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.
2011-12-19M0110: added keymaps, mousekeystmk1-11/+37
2011-12-14Added protocol support for Macintosh keyboard M0110.tmk1-0/+118