summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/frankie_macropad/keymaps/default/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Use single memcmp to determine if matrix changed. (#13064)Nick Brassel2021-06-091-0/+19
* Use memcmp to determine if matrix changed. * Firmware size issues. * Add documentation for the lack of need of MATRIX_ROW_PINS/MATRIX_COL_PINS, when overriding low-level matrix functions.