summaryrefslogtreecommitdiffstats
path: root/m0110_usb/keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* Made directories for keyboard and converter projects.tmk2012-06-081-214/+0
|
* Update M0110 keymap and add a Make target 'hasu'.tmk2012-05-271-17/+32
| | | | | - change keymap for M0110 - add a Make target 'hasu' to build with hasu keymap.
* Fix key stuck bug of M0110A support.tmk2012-05-221-19/+20
| | | | | - rewrite special key handling in m0110.c - add mouse keys to keymap
* Fix M0110A keymap.tmk2012-05-171-1/+1
|
* Fix bug on RAW2SCAN. Add work around for M0110A.tmk2012-05-161-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.
* Added M0110A support contributed by skagon@github.tmk2012-04-281-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.
* M0110: added keymaps, mousekeystmk2011-12-191-11/+37
|
* Added protocol support for Macintosh keyboard M0110.tmk2011-12-141-0/+118