blob: aad6265bdf5879b0278c71c76db303c2b2ea3718 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*
* Copyright (c) 2020 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
#pragma once
#include <zmk/keys.h>
#include <zmk/hid.h>
int zmk_endpoints_send_report(u8_t usage_report);
|