opensteno_qmk/quantum/plover_hid.h

4 lines
96 B
C

#pragma once
void plover_hid_update(uint8_t button, bool pressed);
void plover_hid_task(void);