index
:
qmk_firmware
taamas
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
key_process.h
blob: 10577dd5b554396ad43fffa30a1f941947089161 (
plain
)
1
2
3
4
5
6
#ifndef KEY_PROCESS_H
#define KEY_PROCESS_H 1
void
proc_matrix
(
void
);
#endif