mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-03-12 12:49:46 +00:00
7 lines
80 B
C
7 lines
80 B
C
#ifndef KEY_PROCESS_H
|
|
#define KEY_PROCESS_H 1
|
|
|
|
void proc_matrix(void);
|
|
|
|
#endif
|