From 48dfab98b1b516d49de9babc80455757384caf05 Mon Sep 17 00:00:00 2001 From: Takeshi Nishio Date: Sat, 14 Mar 2020 11:16:20 +0900 Subject: [PATCH] update Comment-out debug print code. --- keyboards/test_duplex_dp/matrix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/test_duplex_dp/matrix.c b/keyboards/test_duplex_dp/matrix.c index e0d7a23c750..da0436d5e48 100644 --- a/keyboards/test_duplex_dp/matrix.c +++ b/keyboards/test_duplex_dp/matrix.c @@ -361,7 +361,7 @@ uint8_t matrix_scan(void) { debounce(raw_matrix, matrix + thisHand, ROWS_PER_HAND, changed); matrix_post_scan(); - dprintf("\nR+C %d\n" ,changed); + // dprintf("\nR+C %d\n" ,changed); // dprintf("\nscan raw_matrix[0] = %d\n", raw_matrix[0]); return (uint8_t)changed; }