diff options
Diffstat (limited to 'keyboards/handwired/xealousbrown/xealousbrown.c')
| -rw-r--r-- | keyboards/handwired/xealousbrown/xealousbrown.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/keyboards/handwired/xealousbrown/xealousbrown.c b/keyboards/handwired/xealousbrown/xealousbrown.c index 03512b1ac..57c69bd31 100644 --- a/keyboards/handwired/xealousbrown/xealousbrown.c +++ b/keyboards/handwired/xealousbrown/xealousbrown.c | |||
| @@ -50,13 +50,9 @@ void matrix_scan_user(void) { | |||
| 50 | 50 | ||
| 51 | last_timer = timer; | 51 | last_timer = timer; |
| 52 | if ((timer % 1000 == 0) && (timer != last_print_out)) { | 52 | if ((timer % 1000 == 0) && (timer != last_print_out)) { |
| 53 | print("Benchmark:"); | 53 | print("Scans: "); |
| 54 | print("\n"); | ||
| 55 | print_dec(timer); | ||
| 56 | print("\n"); | ||
| 57 | print_dec(scans); | 54 | print_dec(scans); |
| 58 | print("\n"); | 55 | print("\n"); |
| 59 | print("-------"); | ||
| 60 | scans = 0; | 56 | scans = 0; |
| 61 | last_print_out = timer; | 57 | last_print_out = timer; |
| 62 | } | 58 | } |
