summaryrefslogtreecommitdiff
path: root/keyboards/bioi/ble.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/bioi/ble.h')
-rw-r--r--keyboards/bioi/ble.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/bioi/ble.h b/keyboards/bioi/ble.h
index 9167a09728..529ebf5241 100644
--- a/keyboards/bioi/ble.h
+++ b/keyboards/bioi/ble.h
@@ -15,9 +15,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#include <stdbool.h>
-#include "host_driver.h"
-#include "host.h"
-
typedef union {
uint32_t raw;
@@ -28,9 +25,6 @@ typedef union {
extern keyboard_config_t ble_config;
-extern host_driver_t bluefruit_driver;
-extern host_driver_t null_driver;
-
void send_str(const char *str);
void usart_init(void);
void module_reset(void);