mirror of
https://github.com/averymd/sofle-v2-oled-zmk.git
synced 2026-01-09 16:21:59 +00:00
24 lines
844 B
Plaintext
24 lines
844 B
Plaintext
# Copyright (c) 2020 Ryan Cross
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
# Uncomment the following line to enable the Sofle OLED Display
|
|
CONFIG_ZMK_DISPLAY=y
|
|
CONFIG_ZMK_DISPLAY_STATUS_SCREEN_CUSTOM=y
|
|
|
|
# Uncomment these two lines to add support for encoders
|
|
CONFIG_EC11=y
|
|
CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y
|
|
|
|
# Uncomment this line below to add rgb underglow / backlight support
|
|
#CONFIG_ZMK_RGB_UNDERGLOW=y
|
|
|
|
# Uncomment the line below to disable external power toggling by the underglow.
|
|
# By default toggling the underglow on and off also toggles external power
|
|
# on and off. This also causes the display to turn off.
|
|
CONFIG_ZMK_RGB_UNDERGLOW_EXT_POWER=n
|
|
CONFIG_ZMK_STUDIO_LOCKING=n
|
|
|
|
CONFIG_NICE_OLED_GEM_WPM_FIXED_RANGE=n
|
|
# Deactivate numlock behavior
|
|
CONFIG_NICE_OLED_WIDGET_HID_INDICATORS=n
|
|
CONFIG_NICE_OLED_WIDGET_HID_INDICATORS_LUNA_ONLY_CAPSLOCK=y |