diff options
| author | Wilba <Jason.S.Williams@gmail.com> | 2020-09-21 21:21:19 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-21 04:21:19 -0700 |
| commit | bc7a745227d453dd68ae2f40b0c4ff98c082212f (patch) | |
| tree | bba6d30926a4a3a298c395b3df6c3b55d528bb25 /quantum/via.c | |
| parent | 7f34a6b6357718e942fa86433c72871fb22517b6 (diff) | |
| download | qmk_firmware-bc7a745227d453dd68ae2f40b0c4ff98c082212f.tar.gz qmk_firmware-bc7a745227d453dd68ae2f40b0c4ff98c082212f.zip | |
Fix typo in via.c (#10000)
Diffstat (limited to 'quantum/via.c')
| -rw-r--r-- | quantum/via.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/via.c b/quantum/via.c index f2599d1d2..7c3b7f924 100644 --- a/quantum/via.c +++ b/quantum/via.c | |||
| @@ -186,7 +186,7 @@ bool process_record_via(uint16_t keycode, keyrecord_t *record) { | |||
| 186 | 186 | ||
| 187 | // Keyboard level code can override this to handle custom messages from VIA. | 187 | // Keyboard level code can override this to handle custom messages from VIA. |
| 188 | // See raw_hid_receive() implementation. | 188 | // See raw_hid_receive() implementation. |
| 189 | // DO NOT call raw_hid_send() in the overide function. | 189 | // DO NOT call raw_hid_send() in the override function. |
| 190 | __attribute__((weak)) void raw_hid_receive_kb(uint8_t *data, uint8_t length) { | 190 | __attribute__((weak)) void raw_hid_receive_kb(uint8_t *data, uint8_t length) { |
| 191 | uint8_t *command_id = &(data[0]); | 191 | uint8_t *command_id = &(data[0]); |
| 192 | *command_id = id_unhandled; | 192 | *command_id = id_unhandled; |
