Missing break in case select
This commit is contained in:
parent
0c4d0fbe0b
commit
67a1c41c6f
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user