diff options
-rw-r--r-- | drivers/avr/ssd1306.c | 3 | ||||
-rw-r--r-- | keyboards/claw44/ssd1306.c | 3 | ||||
-rw-r--r-- | keyboards/comet46/ssd1306.c | 3 | ||||
-rw-r--r-- | keyboards/crkbd/ssd1306.c | 3 | ||||
-rw-r--r-- | keyboards/helix/local_drivers/ssd1306.c | 3 | ||||
-rw-r--r-- | keyboards/yosino58/ssd1306.c | 3 |
6 files changed, 0 insertions, 18 deletions
diff --git a/drivers/avr/ssd1306.c b/drivers/avr/ssd1306.c index 61d7a9953..205f74950 100644 --- a/drivers/avr/ssd1306.c +++ b/drivers/avr/ssd1306.c | |||
@@ -5,9 +5,6 @@ | |||
5 | # include <string.h> | 5 | # include <string.h> |
6 | # include "print.h" | 6 | # include "print.h" |
7 | # include "glcdfont.c" | 7 | # include "glcdfont.c" |
8 | # ifdef ADAFRUIT_BLE_ENABLE | ||
9 | # include "adafruit_ble.h" | ||
10 | # endif | ||
11 | # ifdef PROTOCOL_LUFA | 8 | # ifdef PROTOCOL_LUFA |
12 | # include "lufa.h" | 9 | # include "lufa.h" |
13 | # endif | 10 | # endif |
diff --git a/keyboards/claw44/ssd1306.c b/keyboards/claw44/ssd1306.c index e32fc091c..e04a43135 100644 --- a/keyboards/claw44/ssd1306.c +++ b/keyboards/claw44/ssd1306.c | |||
@@ -4,9 +4,6 @@ | |||
4 | #include "i2c.h" | 4 | #include "i2c.h" |
5 | #include <string.h> | 5 | #include <string.h> |
6 | #include "print.h" | 6 | #include "print.h" |
7 | #ifdef ADAFRUIT_BLE_ENABLE | ||
8 | #include "adafruit_ble.h" | ||
9 | #endif | ||
10 | #ifdef PROTOCOL_LUFA | 7 | #ifdef PROTOCOL_LUFA |
11 | #include "lufa.h" | 8 | #include "lufa.h" |
12 | #endif | 9 | #endif |
diff --git a/keyboards/comet46/ssd1306.c b/keyboards/comet46/ssd1306.c index 20c2738db..abbed4a49 100644 --- a/keyboards/comet46/ssd1306.c +++ b/keyboards/comet46/ssd1306.c | |||
@@ -4,9 +4,6 @@ | |||
4 | #include "i2c.h" | 4 | #include "i2c.h" |
5 | #include <string.h> | 5 | #include <string.h> |
6 | #include "print.h" | 6 | #include "print.h" |
7 | #ifdef ADAFRUIT_BLE_ENABLE | ||
8 | #include "adafruit_ble.h" | ||
9 | #endif | ||
10 | #ifdef PROTOCOL_LUFA | 7 | #ifdef PROTOCOL_LUFA |
11 | #include "lufa.h" | 8 | #include "lufa.h" |
12 | #endif | 9 | #endif |
diff --git a/keyboards/crkbd/ssd1306.c b/keyboards/crkbd/ssd1306.c index 622e44e35..b2676f386 100644 --- a/keyboards/crkbd/ssd1306.c +++ b/keyboards/crkbd/ssd1306.c | |||
@@ -4,9 +4,6 @@ | |||
4 | #include "i2c.h" | 4 | #include "i2c.h" |
5 | #include <string.h> | 5 | #include <string.h> |
6 | #include "print.h" | 6 | #include "print.h" |
7 | #ifdef ADAFRUIT_BLE_ENABLE | ||
8 | #include "adafruit_ble.h" | ||
9 | #endif | ||
10 | #ifdef PROTOCOL_LUFA | 7 | #ifdef PROTOCOL_LUFA |
11 | #include "lufa.h" | 8 | #include "lufa.h" |
12 | #endif | 9 | #endif |
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 |
diff --git a/keyboards/yosino58/ssd1306.c b/keyboards/yosino58/ssd1306.c index 3353f615f..ff6ba210d 100644 --- a/keyboards/yosino58/ssd1306.c +++ b/keyboards/yosino58/ssd1306.c | |||
@@ -4,9 +4,6 @@ | |||
4 | #include "i2c.h" | 4 | #include "i2c.h" |
5 | #include <string.h> | 5 | #include <string.h> |
6 | #include "print.h" | 6 | #include "print.h" |
7 | #ifdef ADAFRUIT_BLE_ENABLE | ||
8 | #include "adafruit_ble.h" | ||
9 | #endif | ||
10 | #ifdef PROTOCOL_LUFA | 7 | #ifdef PROTOCOL_LUFA |
11 | #include "lufa.h" | 8 | #include "lufa.h" |
12 | #endif | 9 | #endif |