aboutsummaryrefslogtreecommitdiff
path: root/keyboards/helix
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2020-06-17 21:42:27 +1000
committerJames Young <18669334+noroadsleft@users.noreply.github.com>2020-08-29 14:30:02 -0700
commite7434c874bcd201906e26aa2ef55ddd3de9cd905 (patch)
tree0dd7e3c52325e0653700d93d1b74c028ebc79252 /keyboards/helix
parent69e0ad1b2ce43fbf1daa85d22007570430ddf0c7 (diff)
downloadqmk_firmware-e7434c874bcd201906e26aa2ef55ddd3de9cd905.tar.gz
qmk_firmware-e7434c874bcd201906e26aa2ef55ddd3de9cd905.zip
Remove inclusion of adafruit_ble.h from ssd1306.c (#9355)
Diffstat (limited to 'keyboards/helix')
-rw-r--r--keyboards/helix/local_drivers/ssd1306.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/helix/local_drivers/ssd1306.c b/keyboards/helix/local_drivers/ssd1306.c
index dd3290ba0..00b2fb0ee 100644
--- a/keyboards/helix/local_drivers/ssd1306.c
+++ b/keyboards/helix/local_drivers/ssd1306.c
@@ -10,9 +10,6 @@
10#else 10#else
11#include <helixfont.h> 11#include <helixfont.h>
12#endif 12#endif
13#ifdef ADAFRUIT_BLE_ENABLE
14#include "adafruit_ble.h"
15#endif
16#ifdef PROTOCOL_LUFA 13#ifdef PROTOCOL_LUFA
17#include "lufa.h" 14#include "lufa.h"
18#endif 15#endif