40cd8da743
* Split core USB init from USB HID init. * Tweak logging to avoid "log loop" causing spurious buffer messages on startup.
9 lines
No EOL
163 B
C
9 lines
No EOL
163 B
C
/*
|
|
* Copyright (c) 2020 The ZMK Contributors
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
int zmk_usb_hid_send_report(const uint8_t *report, size_t len); |