summaryrefslogtreecommitdiff
path: root/tmk_core/common/webusb.c
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/common/webusb.c')
-rw-r--r--tmk_core/common/webusb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/common/webusb.c b/tmk_core/common/webusb.c
index f269ed58be..e11e63a9da 100644
--- a/tmk_core/common/webusb.c
+++ b/tmk_core/common/webusb.c
@@ -27,7 +27,7 @@ void webusb_receive(uint8_t *data, uint8_t length) {
uint8_t event[2];
event[0] = WEBUSB_STATUS_OK;
- event[1] = WEBUSB_EVT_LANDING_PAGE;
+ event[1] = WEBUSB_EVT_FW_VERSION;
uint8_t stop[1];
stop[0] = WEBUSB_STOP_BIT;