2023-11-10 14:26:22 +07:00
|
|
|
# Copyright (c) 2020 Ryan Cross
|
|
|
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
|
|
|
|
|
|
# Uncomment the following line to enable the Sofle OLED Display
|
2023-11-12 11:42:07 +07:00
|
|
|
CONFIG_ZMK_DISPLAY=y
|
2025-05-07 13:22:16 -04:00
|
|
|
CONFIG_ZMK_DISPLAY_STATUS_SCREEN_CUSTOM=y
|
2023-11-10 14:26:22 +07:00
|
|
|
|
|
|
|
|
# Uncomment these two lines to add support for encoders
|
2023-11-12 11:42:07 +07:00
|
|
|
CONFIG_EC11=y
|
|
|
|
|
CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y
|
2023-11-10 14:26:22 +07:00
|
|
|
|
|
|
|
|
# Uncomment this line below to add rgb underglow / backlight support
|
2025-07-20 22:27:34 +07:00
|
|
|
#CONFIG_ZMK_RGB_UNDERGLOW=y
|
2023-11-10 14:26:22 +07:00
|
|
|
|
|
|
|
|
# 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.
|
2024-08-23 10:53:48 +07:00
|
|
|
CONFIG_ZMK_RGB_UNDERGLOW_EXT_POWER=n
|
2025-06-04 10:13:25 +07:00
|
|
|
CONFIG_ZMK_STUDIO_LOCKING=n
|
2025-08-11 22:25:26 -04:00
|
|
|
|
2025-05-14 13:35:57 -04:00
|
|
|
CONFIG_NICE_OLED_GEM_WPM_FIXED_RANGE=n
|
2025-05-14 13:19:56 -04:00
|
|
|
# Deactivate numlock behavior
|
2025-05-14 15:57:10 -04:00
|
|
|
CONFIG_NICE_OLED_WIDGET_HID_INDICATORS=n
|
2025-05-14 13:19:56 -04:00
|
|
|
CONFIG_NICE_OLED_WIDGET_HID_INDICATORS_LUNA_ONLY_CAPSLOCK=y
|