summaryrefslogtreecommitdiff
path: root/hhkb/matrix.c
Commit message (Collapse)AuthorAge
* Added Bulegiga iWRAP support into HHKB.(Bluetooth)tmk2011-09-17
|
* added copyright and license notice.tmk2011-07-21
|
* added initial V-USB support for HHKBtmk2011-05-16
|
* fixed hhkb to comply new API.tmk2011-02-22
|
* added config option: MATRIX_HAS_GHOST and fixed some on matrix.ctmk2011-01-06
| | | | | | | 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 PS/2 mouse support to connect TrackPoint Unit.tmk2011-01-02
| | | | Change build options: Makefile and config.h. See README.
* output previous key state on TP1684 when scaning matrix.tmk2010-11-07
|
* improve layer switchingtmk2010-10-30
|
* new build method for macwaytmk2010-10-27
|
* ADD: keymap macro for human to read easiertmk2010-10-26
| | | | | ADD: controller.h for controller board definition(teensy) ADD: debug toggle
* FIX: include filestmk2010-10-25
|
* switch debug on/off by pressing 4 keys on booting timetmk2010-10-24
|
* hhkb: refactoredtmk2010-10-24
|
* add directories for each keyboard: hhkb, macwaytmk2010-10-15