diff options
Diffstat (limited to 'hid')
-rw-r--r-- | hid/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hid/src/main.cpp b/hid/src/main.cpp index 565420c1..32f7affa 100644 --- a/hid/src/main.cpp +++ b/hid/src/main.cpp @@ -4,7 +4,7 @@ #include "inline.h" #include "keymap.h" -#define CMD_SERIAL Serial +#define CMD_SERIAL Serial1 #define CMD_SERIAL_SPEED 115200 #define CMD_MOUSE_LEFT 0b10000000 |