fix(usb): Split HID from core USB, logging fix.

* Split core USB init from USB HID init.
* Tweak logging to avoid "log loop" causing
  spurious buffer messages on startup.
This commit is contained in:
Peter Johanson
2022-04-13 03:20:35 +00:00
committed by Pete Johanson
parent 789fd03f8b
commit 40cd8da743
7 changed files with 82 additions and 53 deletions

View File

@@ -0,0 +1,9 @@
/*
* 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);