diff options
author | Ryan Caltabiano <rcalt2vt@gmail.com> | 2019-04-15 22:32:57 -0500 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2019-04-20 08:05:10 -0700 |
commit | 0a645225b9c863a106921185a6c2e0c340f10694 (patch) | |
tree | 2bf8c295650e54fb4548a7ac4d348ccfc8caa307 /keyboards/sol/keymaps/default/rules.mk | |
parent | b5cb5ec6ddb15cfe336b835055f546f72d440a66 (diff) |
OLED Driver Feature
Diffstat (limited to 'keyboards/sol/keymaps/default/rules.mk')
-rw-r--r-- | keyboards/sol/keymaps/default/rules.mk | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/keyboards/sol/keymaps/default/rules.mk b/keyboards/sol/keymaps/default/rules.mk index a098cfd789..40167b3755 100644 --- a/keyboards/sol/keymaps/default/rules.mk +++ b/keyboards/sol/keymaps/default/rules.mk @@ -24,19 +24,13 @@ IOS_DEVICE_ENABLE = no # Limit max brightness to connect to IOS device (iPa # Do not edit past here -ifeq ($(strip $(OLED_ENABLE)), yes) - OPT_DEFS += -DOLED_ENABLE -endif - ifeq ($(strip $(ENCODER_ENABLE_CUSTOM)), yes) OPT_DEFS += -DENCODER_ENABLE_CUSTOM SRC += common/knob_v2.c - endif ifeq ($(strip $(IOS_DEVICE_ENABLE)), yes) OPT_DEFS += -DIOS_DEVICE_ENABLE - else ifeq ($(strip $(RGBLIGHT_FULL_POWER)), yes) OPT_DEFS += -DRGBLIGHT_FULL_POWER endif @@ -47,4 +41,4 @@ endif ifeq ($(strip $(LED_MIRRORED)), yes) OPT_DEFS += -DLED_MIRRORED -endif
\ No newline at end of file +endif |