summaryrefslogtreecommitdiffstats
path: root/keyboards/helix/ssd1306.h
diff options
context:
space:
mode:
authorMakotoKurauchi <pluis@me.com>2018-07-12 19:23:30 +0200
committerDrashna Jaelre <drashna@live.com>2018-07-12 19:23:30 +0200
commitf30d6dd7858dfa3a0cf214113e8b1d45b30d74ce (patch)
treef37014dcb6efcc4cebf48300271fb7236d9fbb5e /keyboards/helix/ssd1306.h
parente3299db9e33304589d75a5dc332a6c5c484a82be (diff)
downloadqmk_firmware-f30d6dd7858dfa3a0cf214113e8b1d45b30d74ce.tar.gz
qmk_firmware-f30d6dd7858dfa3a0cf214113e8b1d45b30d74ce.tar.xz
Helix config refine (#3374)
* helix config.h refine
Diffstat (limited to 'keyboards/helix/ssd1306.h')
-rw-r--r--keyboards/helix/ssd1306.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/helix/ssd1306.h b/keyboards/helix/ssd1306.h
index b65c505c9..77ce7c211 100644
--- a/keyboards/helix/ssd1306.h
+++ b/keyboards/helix/ssd1306.h
@@ -4,7 +4,6 @@
#include <stdbool.h>
#include <stdio.h>
#include "pincontrol.h"
-#include "config.h"
enum ssd1306_cmds {
DisplayOff = 0xAE,