Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
qmk-bot committed Aug 24, 2023
2 parents 023d644 + 7a73723 commit 0c51ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/converter/ibm_terminal/matrix.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ uint8_t matrix_scan(void)
case 0x00:
break;
case 0xF0:
state = F0;
state = F0_BREAK;
debug(" ");
break;
default: // normal key make
Expand Down

0 comments on commit 0c51ed7

Please sign in to comment.