diff options
author | Joel Challis <git@zvecr.com> | 2022-07-31 20:32:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-31 12:32:45 -0700 |
commit | 2f19579d3f2c8b4041f0128976c00136c5a6a32d (patch) | |
tree | 6e2040ef4c4574edffe09b0386c6574c890e0ba5 /keyboards/yosino58/keymaps/sakura/rules.mk | |
parent | b03a7cef7555119f1cdee95b0c08cafd9f1f18eb (diff) |
Convert yosino58 to use split common (#17861)
Diffstat (limited to 'keyboards/yosino58/keymaps/sakura/rules.mk')
-rw-r--r-- | keyboards/yosino58/keymaps/sakura/rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/yosino58/keymaps/sakura/rules.mk b/keyboards/yosino58/keymaps/sakura/rules.mk index 0b2ca1ba59..679c8c155d 100644 --- a/keyboards/yosino58/keymaps/sakura/rules.mk +++ b/keyboards/yosino58/keymaps/sakura/rules.mk @@ -15,6 +15,7 @@ UNICODE_ENABLE = no # Unicode BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. SWAP_HANDS_ENABLE = no # Enable one-hand typing +OLED_ENABLE = yes # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |