summaryrefslogtreecommitdiffstats
path: root/hhkb/config.h
AgeCommit message (Collapse)AuthorFilesLines
2011-05-25added HHKB/README and clean some codes.tmk1-48/+0
2011-02-21fixed hhkb to comply new API.tmk1-6/+7
2011-02-21host interface for pjrctmk1-0/+5
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-02Add PS/2 mouse support to connect TrackPoint Unit.tmk1-0/+40
Change build options: Makefile and config.h. See README.