summaryrefslogtreecommitdiffstats
path: root/macway/keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* Made directories for keyboard and converter projects.tmk2012-06-081-195/+0
|
* Fixed keymap macro of macway.tmk2012-03-041-39/+39
|
* added copyright and license notice.tmk2011-07-211-0/+17
|
* fixed macway to comply new API.tmk2011-02-221-8/+1
|
* changed special mode key for macway: Left Shift + Right Shifttmk2011-01-171-2/+1
|
* change keycodes and define keymap macro for AEK.tmk2011-01-131-28/+28
| | | | | ADD: keymap macro for Apple Extended Keyboard in adb/keymap.c FIX: keycodes for Keypad, Fn and Mousekey.
* added config option: MATRIX_HAS_GHOST and fixed some on matrix.ctmk2011-01-061-11/+25
| | | | | | | ADD: Build option: MATRIX_HAS_GHOST to enable ghost blocking logic. FIX: choose matrix buffer type(uint8_t/uint16_t) automatically depending on column size in matrix.c. FIX: use uint8_t insted of int in matrix.c.
* Add PS/2 mouse support to connect TrackPoint Unit.tmk2011-01-021-31/+31
| | | | Change build options: Makefile and config.h. See README.
* revise Fn key processing.tmk2010-11-031-9/+9
|
* improve layer switchingtmk2010-10-301-70/+15
|
* ADD: macway/doctmk2010-10-281-2/+2
| | | | FIX: keymap
* new build method for macwaytmk2010-10-271-124/+211
|
* add directories for each keyboard: hhkb, macwaytmk2010-10-151-0/+140