]> git.friedersdorff.com Git - max/tmk_keyboard.git/blob - key_process.h
FIX: clear keyboard_keys.
[max/tmk_keyboard.git] / key_process.h
1 #ifndef KEY_PROCESS_H
2 #define  KEY_PROCESS_H 1
3
4 void proc_matrix(void);
5
6 #endif