mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-02-06 01:13:30 +00:00
converter/ibm_terminal: Fix F0_BREAK state transition (#21824)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user