mirror of
https://github.com/Ajetski/corne-zmk-config.git
synced 2025-11-27 12:42:44 -10:00
refactor: streamline default user config
Remove redundant settings, add additional comments, reorganize
This commit is contained in:
parent
330d75d9ab
commit
6866e9a1a5
@ -5,33 +5,28 @@
|
||||
|
||||
CONFIG_WS2812_STRIP=y
|
||||
CONFIG_ZMK_RGB_UNDERGLOW=y
|
||||
CONFIG_ZMK_RGB_UNDERGLOW_EXT_POWER=y
|
||||
CONFIG_ZMK_RGB_UNDERGLOW_ON_START=n
|
||||
CONFIG_ZMK_RGB_UNDERGLOW_BRT_MAX=100
|
||||
|
||||
CONFIG_ZMK_RGB_UNDERGLOW_AUTO_OFF_IDLE=y
|
||||
CONFIG_ZMK_RGB_UNDERGLOW_AUTO_OFF_USB=n
|
||||
CONFIG_ZMK_RGB_UNDERGLOW_HUE_START=160
|
||||
CONFIG_ZMK_RGB_UNDERGLOW_EFF_START=3
|
||||
|
||||
# Uncomment the following line to enable NKRO
|
||||
#CONFIG_ZMK_HID_REPORT_TYPE_NKRO=y
|
||||
|
||||
# Some operating systems have problems with full support for consumer keycodes.
|
||||
# Uncomment the following line if keycodes labeled "consumer" like C_AC_SEARCH don't work
|
||||
#CONFIG_ZMK_HID_CONSUMER_REPORT_USAGES_BASIC=y
|
||||
|
||||
#EC11 enable
|
||||
CONFIG_EC11=y
|
||||
CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y
|
||||
|
||||
#EXT POWER
|
||||
CONFIG_ZMK_EXT_POWER=y
|
||||
|
||||
# Mouse clicks
|
||||
CONFIG_ZMK_MOUSE=y
|
||||
|
||||
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
|
||||
CONFIG_ZMK_HID_REPORT_TYPE_NKRO=n
|
||||
CONFIG_ZMK_BACKLIGHT=y
|
||||
CONFIG_ZMK_BACKLIGHT_BRT_START=100
|
||||
CONFIG_ZMK_BACKLIGHT_ON_START=y
|
||||
CONFIG_ZMK_BACKLIGHT_AUTO_OFF_IDLE=n
|
||||
|
||||
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=3600000
|
||||
# Uncomment the following line to increase the keyboard's wireless range
|
||||
#CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user