summaryrefslogtreecommitdiff
path: root/matrix_skel.h
AgeCommit message (Collapse)Author
2011-01-06added config option: MATRIX_HAS_GHOST and fixed some on matrix.ctmk
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.
2010-10-30improve layer switchingtmk
2010-10-26ADD: keymap macro for human to read easiertmk
ADD: controller.h for controller board definition(teensy) ADD: debug toggle
2010-10-25FIX: include filestmk
2010-10-24hhkb: refactoredtmk