~ruther/qmk_firmware

ref: 281541fe1b6f369d63dd77f00a0f133e6f3d4f73 qmk_firmware/quantum/virtser.h -rw-r--r-- 250 bytes
281541fe — Joel Challis Fix invalid encoder_map declaration (#21868) 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

void virtser_init(void);

/* Define this function in your code to process incoming bytes */
void virtser_recv(const uint8_t ch);

/* Call this to send a character over the Virtual Serial Device */
void virtser_send(const uint8_t byte);