converter/ibm_terminal: Fix F0_BREAK state transition (#21824)

master
patrickxiong 2023-08-24 11:35:13 +10:00 committed by GitHub
parent f699fde7d9
commit 7a737235ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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