Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Made directories for keyboard and converter projects. | tmk | 2012-06-08 | 1 | -65/+0 |
| | |||||
* | add debouncing into macway/matrix.c. | tmk | 2011-09-29 | 1 | -0/+2 |
| | |||||
* | Added Bulegiga iWRAP support into HHKB.(Bluetooth) | tmk | 2011-09-17 | 1 | -2/+2 |
| | |||||
* | added copyright and license notice. | tmk | 2011-07-21 | 1 | -0/+17 |
| | |||||
* | 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. |