9 lines
127 B
C
9 lines
127 B
C
|
|
||
|
#pragma once
|
||
|
|
||
|
#include "keys.h"
|
||
|
#include "hid.h"
|
||
|
|
||
|
int zmk_hog_init();
|
||
|
|
||
|
int zmk_hog_send_report(struct zmk_hid_report *report);
|