X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;ds=sidebyside;f=common%2Fmatrix.h;fp=common%2Fmatrix.h;h=91231e765eba67b1c85bcae8ec8df25b65d90d02;hb=e451c059296a4c9af7a476577fee64afb9965bca;hp=b3332d5ff91ca3132cc5524a4b6485df568d5b0c;hpb=f7a445e537243f886d9cb022bede18859c9bfd12;p=max%2Ftmk_keyboard.git diff --git a/common/matrix.h b/common/matrix.h index b3332d5f..91231e76 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_print(void); +void matrix_debug(void); #endif