summaryrefslogtreecommitdiffstats
path: root/macway/config.h
AgeCommit message (Collapse)AuthorFilesLines
2012-06-08Made directories for keyboard and converter projects.tmk1-65/+0
2011-09-29add debouncing into macway/matrix.c.tmk1-0/+2
2011-09-17Added Bulegiga iWRAP support into HHKB.(Bluetooth)tmk1-2/+2
2011-07-20added copyright and license notice.tmk1-0/+17
2011-02-21fixed macway to comply new API.tmk1-3/+9
2011-01-06added config option: MATRIX_HAS_GHOST and fixed some on matrix.ctmk1-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.
2011-01-04add a build option: USB_EXTRA_ENABLEtmk1-1/+1
2011-01-02Add PS/2 mouse support to connect TrackPoint Unit.tmk1-0/+38
Change build options: Makefile and config.h. See README.