Skip to content

Commit

Permalink
fixes debug printout
Browse files Browse the repository at this point in the history
  • Loading branch information
tlietz committed Apr 23, 2024
1 parent c6e1d4e commit 1f5bc58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions firmware/freedom/freedom.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ void matrix_scan_kb(void) {
dprintf("(%i,%i) ", running_sensor_bounds[s].min,
running_sensor_bounds[s].max);
}
dprintf("\n\n");

dprintf("Key press distance (0 - 80):\n ");
for (int s = 0; s < SENSOR_COUNT; s++) {
Expand Down

0 comments on commit 1f5bc58

Please sign in to comment.