Rename K_E0 to KF_E0 (key flag E0) to aid in automatic layout generation

This commit is contained in:
Jeremy Soller
2020-09-16 10:55:23 -06:00
committed by Jeremy Soller
parent de26cdfa74
commit 80412e7a10
3 changed files with 30 additions and 30 deletions

View File

@@ -69,7 +69,7 @@ bool kbc_scancode(struct Kbc * kbc, uint16_t key, bool pressed) {
}
if (!key) return true;
switch (key & 0xFF00) {
case K_E0:
case KF_E0:
TRACE(" E0\n");
if (!kbc_keyboard(kbc, 0xE0, KBC_TIMEOUT)) return false;
key &= 0xFF;