mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 08:27:56 +06:00
format code according to conventions [skip ci]
This commit is contained in:
parent
e17b55e33a
commit
1ff526dac0
|
@ -796,9 +796,7 @@ int8_t sendchar(uint8_t c) {
|
||||||
}
|
}
|
||||||
#endif /* CONSOLE_ENABLE */
|
#endif /* CONSOLE_ENABLE */
|
||||||
|
|
||||||
void _putchar(char character) {
|
void _putchar(char character) { sendchar(character); }
|
||||||
sendchar(character);
|
|
||||||
}
|
|
||||||
|
|
||||||
#ifdef RAW_ENABLE
|
#ifdef RAW_ENABLE
|
||||||
void raw_hid_send(uint8_t *data, uint8_t length) {
|
void raw_hid_send(uint8_t *data, uint8_t length) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user