summaryrefslogtreecommitdiffstats
path: root/keyboards/sol
diff options
context:
space:
mode:
authorXScorpion2 <rcalt2vt@gmail.com>2019-04-21 18:13:44 +0200
committerDrashna Jaelre <drashna@live.com>2019-04-21 18:13:44 +0200
commitb27ddf1edbc5baa317507d7c91054abd2e14de8a (patch)
tree78a173940e0cb8e442773c0bcb492f5e10a3c581 /keyboards/sol
parent829ccd3491ca43be79e110b12bdabe96d6e76b0f (diff)
downloadqmk_firmware-b27ddf1edbc5baa317507d7c91054abd2e14de8a.tar.gz
qmk_firmware-b27ddf1edbc5baa317507d7c91054abd2e14de8a.tar.xz
[Keyboard] Updated rules.mk for Sol to use the correct feature flag (#5672)
Diffstat (limited to 'keyboards/sol')
-rw-r--r--keyboards/sol/keymaps/default/rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/sol/keymaps/default/rules.mk b/keyboards/sol/keymaps/default/rules.mk
index 40167b375..526b72fe7 100644
--- a/keyboards/sol/keymaps/default/rules.mk
+++ b/keyboards/sol/keymaps/default/rules.mk
@@ -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