converter/ibm_terminal: Fix F0_BREAK state transition (#21824)
This commit is contained in:
parent
f699fde7d9
commit
7a737235ff
|
@ -131,7 +131,7 @@ uint8_t matrix_scan(void)
|
||||||
case 0x00:
|
case 0x00:
|
||||||
break;
|
break;
|
||||||
case 0xF0:
|
case 0xF0:
|
||||||
state = F0;
|
state = F0_BREAK;
|
||||||
debug(" ");
|
debug(" ");
|
||||||
break;
|
break;
|
||||||
default: // normal key make
|
default: // normal key make
|
||||||
|
|
Loading…
Reference in a new issue