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