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:
@@ -34,6 +34,6 @@ uint8_t keymapUsb(uint8_t code) {
|
||||
case ${km.mcu_code}: return ${km.usb_key.code}; // ${km.web_name}
|
||||
% endif
|
||||
% endfor
|
||||
default: return KEY_ERROR_UNDEFINED;
|
||||
default: return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user