Missing break in case select

This commit is contained in:
Jeremy Soller
2020-01-28 15:04:17 -07:00
parent 0c4d0fbe0b
commit 67a1c41c6f

View File

@ -109,6 +109,7 @@ void kbscan_event(void) {
new &= ~(1 << j);
}
}
break;
case (KT_SCI):
if (new_b) {
uint8_t sci = (uint8_t)(key & 0xFF);