#ifndef PROCESS_CLICKY_H #define PROCESS_CLICKY_H void clicky_play(void); bool process_clicky(uint16_t keycode, keyrecord_t *record); #endif