index
:
qmk.git
jworthe-oryx
master
Open-source keyboard firmware for Atmel AVR and Arm USB families. Fork of https://github.com/qmk/qmk_firmware
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
key_process.h
blob: bfc0218f3ed277af9210d7ce674015811a09ebb6 (
plain
)
1
2
3
4
5
6
7
#ifndef KEY_PROCESS_H #define KEY_PROCESS_H 1 void proc_matrix(void); #endif