Skip to content

Commit

Permalink
converter/ibm_terminal: Fix F0_BREAK state transition (#21824)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickxiong committed Aug 24, 2023
1 parent f699fde commit 7a73723
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 7a73723

Please sign in to comment.