2020-09-10 13:57:44 +10:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2020 The ZMK Contributors
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*/
|
2020-05-18 23:11:46 +10:00
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include <zmk/keys.h>
|
|
|
|
#include <zmk/hid.h>
|
|
|
|
|
|
|
|
int zmk_hog_init();
|
|
|
|
|
2020-11-22 07:09:21 +11:00
|
|
|
int zmk_hog_send_keyboard_report(struct zmk_hid_keyboard_report_body *body);
|
2020-06-03 01:23:22 +10:00
|
|
|
int zmk_hog_send_consumer_report(struct zmk_hid_consumer_report_body *body);
|