fix: Switch to single AUTHORS file.* Closes #164

This commit is contained in:
Pete Johanson
2020-09-09 23:57:44 -04:00
parent e796e7c3e6
commit 68e72f9275
80 changed files with 185 additions and 71 deletions

View File

@@ -1,5 +1,10 @@
#ifndef ZMK_USB_HID
#define ZMK_USB_HID
/*
* Copyright (c) 2020 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
#pragma once
#include <usb/usb_device.h>
#include <usb/class/usb_hid.h>
@@ -10,5 +15,3 @@
int zmk_usb_hid_init();
int zmk_usb_hid_send_report(u8_t *report, size_t len);
#endif