summaryrefslogtreecommitdiff
path: root/app/include/zmk/usb_hid.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/include/zmk/usb_hid.h')
-rw-r--r--app/include/zmk/usb_hid.h17
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);