mirror of
https://github.com/mfulz/qmk_firmware.git
synced 2025-06-01 12:41:16 +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.