index
:
zmk.git
core/peripheral-behavior-invocation
main
master
ZMK Bluetooth keyboard firmware.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
zmk_lib.h
blob: 0b7706edd3e145dfbe2a36319efcc5aa0a271460 (
plain
)
1
2
3
4
5
6
7
#ifndef ZMK_LIB_H
#define ZMK_LIB_H
void
zmk_run
(
void
);
#endif