diff options
| author | Mubeen Khan <mubeen@mubeen.co> | 2020-10-10 16:32:16 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-10 16:32:16 -0500 |
| commit | 4fd6c14ae93ab1b2db1a6a4fac5df4a595a041bf (patch) | |
| tree | 064f9890c09322b432cf104d080b0385bbaf1c43 /app/include/zmk/usb_hid.h | |
| parent | 16df1522c282343c3350402360db918a9a1b66e5 (diff) | |
| parent | fc6c01fd6941ec795710d66ead9e17d5dfbaa19d (diff) | |
Merge pull request #4 from zmkfirmware/main
make even with main
Diffstat (limited to 'app/include/zmk/usb_hid.h')
| -rw-r--r-- | app/include/zmk/usb_hid.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/app/include/zmk/usb_hid.h b/app/include/zmk/usb_hid.h deleted file mode 100644 index 7ee2629..0000000 --- a/app/include/zmk/usb_hid.h +++ /dev/null @@ -1,17 +0,0 @@ -/* - * Copyright (c) 2020 The ZMK Contributors - * - * SPDX-License-Identifier: MIT - */ - -#pragma once - -#include <usb/usb_device.h> -#include <usb/class/usb_hid.h> - -#include <zmk/keys.h> -#include <zmk/hid.h> - -int zmk_usb_hid_init(); - -int zmk_usb_hid_send_report(u8_t *report, size_t len); |
