summaryrefslogtreecommitdiffstats
path: root/macway/config.h
Commit message (Collapse)AuthorAgeFilesLines
* fixed macway to comply new API.tmk2011-02-221-3/+9
|
* added config option: MATRIX_HAS_GHOST and fixed some on matrix.ctmk2011-01-061-3/+5
| | | | | | | 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 a build option: USB_EXTRA_ENABLEtmk2011-01-051-1/+1
|
* Add PS/2 mouse support to connect TrackPoint Unit.tmk2011-01-021-0/+38
Change build options: Makefile and config.h. See README.