diff options
author | Ryan <fauxpark@gmail.com> | 2023-08-15 19:30:34 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-15 10:30:34 +0100 |
commit | 5d2f2af19897d1f5fd35cb8475fc8b3f74f201f1 (patch) | |
tree | 4e2a8b21bd41dc036a91562b4f25257d5b8701e0 /keyboards/helix/rev2 | |
parent | 0ac8221a0a423d1a74238fcdf6b489bfe865c2e7 (diff) |
OLED: driver naming cleanups (#21710)
Diffstat (limited to 'keyboards/helix/rev2')
-rw-r--r-- | keyboards/helix/rev2/keymaps/xulkal/rules.mk | 1 | ||||
-rw-r--r-- | keyboards/helix/rev2/local_features.mk | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/helix/rev2/keymaps/xulkal/rules.mk b/keyboards/helix/rev2/keymaps/xulkal/rules.mk index 5a9c1e2890..09e14f46ee 100644 --- a/keyboards/helix/rev2/keymaps/xulkal/rules.mk +++ b/keyboards/helix/rev2/keymaps/xulkal/rules.mk @@ -3,7 +3,6 @@ RGBLIGHT_ENABLE = yes OPT_DEFS += -DRGBLED_BACK OLED_ENABLE = yes -OLED_DRIVER = SSD1306 # Helix specific font file OPT_DEFS += -DOLED_FONT_H=\"common/glcdfont.c\" # Xulkal specific oled define diff --git a/keyboards/helix/rev2/local_features.mk b/keyboards/helix/rev2/local_features.mk index 6e63cc7172..4bfee0411d 100644 --- a/keyboards/helix/rev2/local_features.mk +++ b/keyboards/helix/rev2/local_features.mk @@ -63,7 +63,6 @@ ifeq ($(strip $(LED_ANIMATIONS)), yes) endif ifeq ($(strip $(OLED_ENABLE)), yes) - OLED_DRIVER = SSD1306 ifeq ($(strip $(LOCAL_GLCDFONT)), yes) OPT_DEFS += -DOLED_FONT_H=\<helixfont.h\> else |