diff options
| author | Alex Ong <alex.ong@unsw.edu.au> | 2021-08-07 16:51:38 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-06 23:51:38 -0700 |
| commit | 8a9688bc64ea4283ecfa19dc2bf2c3312e7c646f (patch) | |
| tree | c8057c093a03d3cdf3a49736ffb26bd800ddff20 /keyboards/handwired/xealousbrown/xealousbrown.c | |
| parent | 9d88786b6fc6b1e9eeeba409cb5e4a17dd2bbe82 (diff) | |
| download | qmk_firmware-8a9688bc64ea4283ecfa19dc2bf2c3312e7c646f.tar.gz qmk_firmware-8a9688bc64ea4283ecfa19dc2bf2c3312e7c646f.zip | |
[Keyboard] Use new matrix_output_select_delay api (#13861)
* Use new matrix_output_select_delay api
* Updated delay to 15 after more spamming
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 | } |
