X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=tmk_core%2Fcommon%2Fmatrix.h;h=e5665bf40a3f52baabfdd8a36d0ef89baf75fa01;hb=0284431ad935b05fad212fb3925e8104007ab93f;hp=84e066c673a2130d297b77f2b451f39e17f16928;hpb=508eddf8ba8548d3f71e1c09a404839beb49f45c;p=qmk_firmware.git diff --git a/tmk_core/common/matrix.h b/tmk_core/common/matrix.h index 84e066c67..e5665bf40 100644 --- a/tmk_core/common/matrix.h +++ b/tmk_core/common/matrix.h @@ -38,7 +38,7 @@ typedef uint16_t matrix_col_t; #elif (MATRIX_ROWS <= 32) typedef uint32_t matrix_col_t; #else -#error "MATRIX_COLS: invalid value" +#error "MATRIX_ROWS: invalid value" #endif #define MATRIX_IS_ON(row, col) (matrix_get_row(row) && (1<