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
/
command.h
blob: e83aec625ae8a4f5634bb7498d4146a0331914df (
plain
)
1
2
3
4
5
6
#ifndef COMMAND_H #define COMMAND uint8_t command_proc(void); #endif