aboutsummaryrefslogtreecommitdiffstats
path: root/macway/matrix.c
Commit message (Collapse)AuthorAgeFilesLines
* Made directories for keyboard and converter projects.tmk2012-06-081-271/+0
|
* add debouncing into macway/matrix.c.tmk2011-09-291-7/+26
|
* added copyright and license notice.tmk2011-07-211-0/+17
|
* fixed macway to comply new API.tmk2011-02-221-1/+1
|
* added config option: MATRIX_HAS_GHOST and fixed some on matrix.ctmk2011-01-061-18/+57
| | | | | | | 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-68/+32
| | | | Change build options: Makefile and config.h. See README.
* improve layer switchingtmk2010-10-301-3/+4
|
* new build method for macwaytmk2010-10-271-20/+70
|
* add directories for each keyboard: hhkb, macwaytmk2010-10-151-0/+181