Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed macway to comply new API. | tmk | 2011-02-22 | 1 | -3/+9 |
| | |||||
* | added config option: MATRIX_HAS_GHOST and fixed some on matrix.c | tmk | 2011-01-06 | 1 | -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_ENABLE | tmk | 2011-01-05 | 1 | -1/+1 |
| | |||||
* | Add PS/2 mouse support to connect TrackPoint Unit. | tmk | 2011-01-02 | 1 | -0/+38 |
Change build options: Makefile and config.h. See README. |