Skip to content

Commit

Permalink
Fix typo in via.c (qmk#10000)
Browse files Browse the repository at this point in the history
  • Loading branch information
wilba authored Sep 21, 2020
1 parent 7f34a6b commit bc7a745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantum/via.c
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ bool process_record_via(uint16_t keycode, keyrecord_t *record) {

// Keyboard level code can override this to handle custom messages from VIA.
// See raw_hid_receive() implementation.
// DO NOT call raw_hid_send() in the overide function.
// DO NOT call raw_hid_send() in the override function.
__attribute__((weak)) void raw_hid_receive_kb(uint8_t *data, uint8_t length) {
uint8_t *command_id = &(data[0]);
*command_id = id_unhandled;
Expand Down

0 comments on commit bc7a745

Please sign in to comment.