mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-02 19:11:54 +08:00
avr hid: removed KEY_ERROR_UNDEFINED
This commit is contained in:
@@ -134,6 +134,6 @@ uint8_t keymapUsb(uint8_t code) {
|
||||
case 105: return 102; // Power
|
||||
case 106: return 100; // IntlBackslash
|
||||
case 107: return 137; // IntlYen
|
||||
default: return KEY_ERROR_UNDEFINED;
|
||||
default: return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user