opensteno_qmk/quantum/plover_hid.h

5 lines
96 B
C
Raw Normal View History

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