mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-03 03:21:54 +08:00
type fix
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
#include <HID-Project.h>
|
||||
|
||||
|
||||
KeyboardKeycode keymapUsb(uint8_t code) {
|
||||
uint8_t keymapUsb(uint8_t code) {
|
||||
switch (code) {
|
||||
case 1: return 4; // KeyA
|
||||
case 2: return 5; // KeyB
|
||||
|
||||
Reference in New Issue
Block a user