1 2 3 4 5 6 7 8 9
#pragma once #include "keys.h" #include "hid.h" int zmk_hog_init(); int zmk_hog_send_report(struct zmk_hid_report *report);