mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-30 01:21:54 +08:00
Added missing no us key
This commit is contained in:
@@ -134,6 +134,7 @@ INLINE KeyboardKeycode keymapUsb(uint8_t code) {
|
||||
case 103: return KEYPAD_0;
|
||||
case 104: return KEYPAD_DOT;
|
||||
case 105: return KEY_POWER;
|
||||
case 106: return KEY_NON_US;
|
||||
default: return KEY_ERROR_UNDEFINED;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user