mirror of
https://github.com/mfulz/qmk_firmware.git
synced 2025-05-30 19:51:17 +02:00

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.