aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode/process_clicky.h
blob: e274af56f1f350ee2f90c7a3067bff7204492f4b (plain)
1
2
3
4
5
6
7
#ifndef PROCESS_CLICKY_H
#define PROCESS_CLICKY_H

void clicky_play(void);
bool process_clicky(uint16_t keycode, keyrecord_t *record);

#endif
GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef _TESTMTX_H_ #define _TESTMTX_H_ extern ROMCONST struct testcase * ROMCONST patternmtx[]; #endif /* _TESTMTX_H_ */