diff options
Diffstat (limited to 'keyboards/sol/keymaps/kageurufu/rules.mk')
-rw-r--r-- | keyboards/sol/keymaps/kageurufu/rules.mk | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/keyboards/sol/keymaps/kageurufu/rules.mk b/keyboards/sol/keymaps/kageurufu/rules.mk index bb502be00d..82816f960f 100644 --- a/keyboards/sol/keymaps/kageurufu/rules.mk +++ b/keyboards/sol/keymaps/kageurufu/rules.mk @@ -18,15 +18,12 @@ RGBLIGHT_FULL_POWER = no # Allow maximum RGB brightness. Otherwise, limited t UNICODE_ENABLE = no # Unicode SWAP_HANDS_ENABLE = no # Enable one-hand typing ENCODER_ENABLE_CUSTOM = yes # Enable rotary encoder (+90) -OLED_ENABLE = no # OLED_ENABLE (+5000) + +OLED_DRIVER_ENABLE = no # Enable the OLED Driver (+5000) IOS_DEVICE_ENABLE = no # Limit max brightness to connect to IOS device (iPad,iPhone) # 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 |