X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=common%2Fmatrix.h;h=b3332d5ff91ca3132cc5524a4b6485df568d5b0c;hb=edce1d19a6af040df994243e7b6b1851e3eccebc;hp=91231e765eba67b1c85bcae8ec8df25b65d90d02;hpb=e451c059296a4c9af7a476577fee64afb9965bca;p=max%2Ftmk_keyboard.git diff --git a/common/matrix.h b/common/matrix.h index 91231e76..b3332d5f 100644 --- a/common/matrix.h +++ b/common/matrix.h @@ -54,7 +54,7 @@ matrix_row_t matrix_get_row(uint8_t row); /* count keys pressed */ uint8_t matrix_key_count(void); /* print matrix for debug */ -void matrix_debug(void); +void matrix_print(void); #endif