summaryrefslogtreecommitdiff
path: root/tmk_core/common/webusb.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/common/webusb.h')
-rw-r--r--tmk_core/common/webusb.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tmk_core/common/webusb.h b/tmk_core/common/webusb.h
index 561a1f52dd..18e884f1ab 100644
--- a/tmk_core/common/webusb.h
+++ b/tmk_core/common/webusb.h
@@ -12,6 +12,7 @@
void webusb_receive(uint8_t *data, uint8_t length);
void webusb_send(uint8_t *data, uint8_t length);
+void webusb_layer_event(void);
void webusb_error(uint8_t);
void webusb_set_pairing_state(void);
@@ -30,7 +31,8 @@ enum Webusb_Status_Code {
enum Webusb_Command_Code {
WEBUSB_CMD_PAIR,
- WEBUSB_GET_FW_VERSION
+ WEBUSB_GET_FW_VERSION,
+ WEBUSB_GET_LAYER
};
enum Webusb_Event_Code {