From 6866e9a1a504e605321ef4e3c2be566708bfc08d Mon Sep 17 00:00:00 2001 From: honorless <86894501+lesshonor@users.noreply.github.com> Date: Sun, 17 Nov 2024 16:14:56 -0500 Subject: [PATCH] refactor: streamline default user config Remove redundant settings, add additional comments, reorganize --- config/corne.conf | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/config/corne.conf b/config/corne.conf index 84b5d4f..3845251 100644 --- a/config/corne.conf +++ b/config/corne.conf @@ -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