]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
[Keyboard] Updated rules.mk for Sol to use the correct feature flag (#5672)
authorXScorpion2 <rcalt2vt@gmail.com>
Sun, 21 Apr 2019 16:13:44 +0000 (11:13 -0500)
committerDrashna Jaelre <drashna@live.com>
Sun, 21 Apr 2019 16:13:44 +0000 (09:13 -0700)
keyboards/sol/keymaps/default/rules.mk

index 40167b375574d7aff7220bfb747baabc14d0bd16..526b72fe7f343000063dd6047f43fd61bd31cb51 100644 (file)
@@ -19,7 +19,7 @@ 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