kaleidoscope::hid::base::Keyboard: Add a default, no-op sendReport

Signed-off-by: Gergely Nagy <algernon@keyboard.io>
pull/1086/head
Gergely Nagy 3 years ago committed by Jesse Vincent
parent ce9f14cf71
commit 7c5973c7bd
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -40,7 +40,7 @@ class NoBootKeyboard {
void setProtocol(uint8_t protocol) {}
void setDefaultProtocol(uint8_t protocol) {}
void sendReport();
void sendReport() {}
void press(uint8_t code) {}
void release(uint8_t code) {}

Loading…
Cancel
Save