summaryrefslogtreecommitdiff
path: root/tmk_core/common/raw_hid.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/common/raw_hid.h')
-rw-r--r--tmk_core/common/raw_hid.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/tmk_core/common/raw_hid.h b/tmk_core/common/raw_hid.h
deleted file mode 100644
index 6d60ab2bff..0000000000
--- a/tmk_core/common/raw_hid.h
+++ /dev/null
@@ -1,5 +0,0 @@
-#pragma once
-
-void raw_hid_receive(uint8_t *data, uint8_t length);
-
-void raw_hid_send(uint8_t *data, uint8_t length);