qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

commit 7a737235ffd49c32d2c5561e8fe53fd96baa7f96
parent f699fde7d979a731ad72892588328a00fe9840d9
Author: patrickxiong <patrick.xiong@gmail.com>
Date:   Thu, 24 Aug 2023 11:35:13 +1000

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


Diffstat:
Mkeyboards/converter/ibm_terminal/matrix.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/keyboards/converter/ibm_terminal/matrix.c b/keyboards/converter/ibm_terminal/matrix.c @@ -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