mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-21 13:35:17 -05:00
11 lines
230 B
C
11 lines
230 B
C
|
|
#pragma once
|
|
|
|
#include <zmk/keys.h>
|
|
#include <zmk/hid.h>
|
|
|
|
int zmk_hog_init();
|
|
|
|
int zmk_hog_send_keypad_report(struct zmk_hid_keypad_report_body *body);
|
|
int zmk_hog_send_consumer_report(struct zmk_hid_consumer_report_body *body);
|