commit cd4f9fb9e7efe5760e1b75d4647574ace38c8655 Author: Kim Streich <kim@infusedinsight.com> Date: Sat Mar 26 11:53:24 2022 +0400 Sofle Shield: Added adjust layer to default keymap commit 2a2dad0041463819489cc054a9210c459f0dee30 Author: Kim Streich <kim@infusedinsight.com> Date: Sat Mar 26 12:08:18 2022 +0400 Sofle Shield: Add underglow support commit 5ff17c56197293b71dfe304aaad946540a224963 Author: Kim Streich <kim@infusedinsight.com> Date: Sat Mar 26 11:34:34 2022 +0400 Sofle Shield: Increase default encoder resolution
17 lines
612 B
Text
17 lines
612 B
Text
# Copyright (c) 2020 Ryan Cross
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
# Uncomment the following line to enable the Sofle OLED Display
|
|
# CONFIG_ZMK_DISPLAY=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
|