mirror of
https://github.com/dnlbauer/sofle-zmk-config.git
synced 2026-09-10 14:35:30 +00:00
15 lines
432 B
Plaintext
15 lines
432 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_WIDGET_OUTPUT_STATUS=y
|
|
CONFIG_ZMK_WIDGET_LAYER_STATUS=y
|
|
CONFIG_ZMK_WIDGET_WPM_STATUS=y
|
|
CONFIG_ZMK_WIDGET_BATTERY_STATUS=y
|
|
|
|
# Uncomment these two lines to add support for encoders
|
|
CONFIG_EC11=y
|
|
CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y
|
|
CONFIG_ZMK_KEYBOARD_NAME="Sofle Choc v2.2"
|