1
0
Fork 0

Fix Audio Clicky sub-feature (#2784)

* Fix Audio Clicky feature

* Add to features
This commit is contained in:
Drashna Jael're 2018-04-21 09:30:10 -07:00 committed by Jack Humbert
parent d1c3419d2a
commit 33fdd1d255
6 changed files with 87 additions and 66 deletions

View file

@ -0,0 +1,7 @@
#ifndef PROCESS_CLICKY_H
#define PROCESS_CLICKY_H
void clicky_play(void);
bool process_clicky(uint16_t keycode, keyrecord_t *record);
#endif