From 649a57e842928f5e1da100ea62545445ee51eb88 Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Fri, 20 Nov 2020 05:05:20 +0300 Subject: next --- hid/src/proto.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'hid/src/proto.h') diff --git a/hid/src/proto.h b/hid/src/proto.h index 456ba073..6b8dffe7 100644 --- a/hid/src/proto.h +++ b/hid/src/proto.h @@ -65,10 +65,11 @@ namespace PROTO { } namespace CMD { - const uint8_t PING = 0x01; - const uint8_t REPEAT = 0x02; - const uint8_t SET_OUTPUTS = 0x03; - const uint8_t CLEAR_HID = 0x10; + const uint8_t PING = 0x01; + const uint8_t REPEAT = 0x02; + const uint8_t SET_KEYBOARD = 0x03; + const uint8_t SET_MOUSE = 0x04; + const uint8_t CLEAR_HID = 0x10; namespace KEYBOARD { const uint8_t KEY = 0x11; -- cgit v1.2.3