Skip to content

Commit

Permalink
More CR
Browse files Browse the repository at this point in the history
  • Loading branch information
bleroy committed Dec 23, 2024
1 parent 778a095 commit 2c317cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/decent/tkl/tkl.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ bool oled_task_kb(void) {

if (caps) {
oled_set_cursor(17, 3);
oled_write(caps ? caps_on : caps_off, false);
oled_write_P(caps ? caps_on : caps_off, false);
}
return false;
}
Expand Down

0 comments on commit 2c317cc

Please sign in to comment.