summaryrefslogtreecommitdiff
path: root/hid/src/proto.h
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2020-11-20 05:05:20 +0300
committerDevaev Maxim <[email protected]>2020-11-20 05:05:20 +0300
commit649a57e842928f5e1da100ea62545445ee51eb88 (patch)
tree7c07745db633aa41fcb25773b476ed38ce84522f /hid/src/proto.h
parent7f43440cae47b69d27358ad168f53b647bd23b21 (diff)
next
Diffstat (limited to 'hid/src/proto.h')
-rw-r--r--hid/src/proto.h9
1 files changed, 5 insertions, 4 deletions
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;