summaryrefslogtreecommitdiff
path: root/include/zmk/hog.h
blob: a48fa9897154c1a3d76daa52661300a1d972944f (plain)
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);