Fix Audio Clicky sub-feature (#2784)
* Fix Audio Clicky feature * Add to features
This commit is contained in:
parent
d1c3419d2a
commit
33fdd1d255
6 changed files with 87 additions and 66 deletions
7
quantum/process_keycode/process_clicky.h
Normal file
7
quantum/process_keycode/process_clicky.h
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue