mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 19:40:29 +08:00
33fdd1d255
* Fix Audio Clicky feature * Add to features
8 lines
143 B
C
8 lines
143 B
C
#ifndef PROCESS_CLICKY_H
|
|
#define PROCESS_CLICKY_H
|
|
|
|
void clicky_play(void);
|
|
bool process_clicky(uint16_t keycode, keyrecord_t *record);
|
|
|
|
#endif
|