]> git.friedersdorff.com Git - max/tmk_keyboard.git/blob - key_process.h
add build option: NKRO_ENABLE(remove: USB_12KRO)
[max/tmk_keyboard.git] / key_process.h
1 #ifndef KEY_PROCESS_H
2 #define  KEY_PROCESS_H 1
3
4
5 void proc_matrix(void);
6
7 #endif