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