mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-31 01:51:53 +08:00
hid: using KEY_ERROR_UNDEFINED instead of 0
This commit is contained in:
@@ -89,6 +89,6 @@ INLINE KeyboardKeycode keymap(uint8_t code) {
|
||||
case 24: return KEY_X;
|
||||
case 25: return KEY_Y;
|
||||
case 26: return KEY_Z;
|
||||
default: return 0;
|
||||
default: return KEY_ERROR_UNDEFINED;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user