summaryrefslogtreecommitdiff
path: root/keyboards/bioi/ble.h
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-05-20 22:12:59 +1000
committerGitHub <noreply@github.com>2023-05-20 22:12:59 +1000
commitab8c5013c856bfa23289d7892be1c2bee808b542 (patch)
tree79af0e03a476908bd5f74b9528f8c9ee43f24188 /keyboards/bioi/ble.h
parent7b31c18d464356bde219c5b3fff346f3e7a89d1a (diff)
BIOI G60/Morgan65: use custom Bluetooth driver (#20897)
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);