summaryrefslogtreecommitdiffstats
path: root/matrix_skel.h
Commit message (Collapse)AuthorAgeFilesLines
* added config option: MATRIX_HAS_GHOST and fixed some on matrix.ctmk2011-01-061-6/+10
| | | | | | | 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.
* improve layer switchingtmk2010-10-301-1/+1
|
* ADD: keymap macro for human to read easiertmk2010-10-261-0/+2
| | | | | ADD: controller.h for controller board definition(teensy) ADD: debug toggle
* FIX: include filestmk2010-10-251-0/+2
|
* hhkb: refactoredtmk2010-10-241-0/+24