diff --git a/build.yaml b/build.yaml index e3ba1d3..8da0aa2 100644 --- a/build.yaml +++ b/build.yaml @@ -5,12 +5,10 @@ include: - board: nice_nano_v2 shield: corne_left nice_oled artifact-name: nice_corne_left_oled_rgb - snippet: rgb-config - board: nice_nano_v2 shield: corne_right nice_oled cmake-args: -DCONFIG_NICE_OLED_WIDGET_ANIMATION_PERIPHERAL_CAT=n -DCONFIG_NICE_OLED_WIDGET_ANIMATION_PERIPHERAL_KM=y artifact-name: nice_corne_right_oled_rgb - snippet: rgb-config ### CORNE END ### ### SETTINGS_RESET START ### diff --git a/config/corne.conf b/config/corne.conf index 11983be..28a70ac 100644 --- a/config/corne.conf +++ b/config/corne.conf @@ -71,32 +71,20 @@ CONFIG_ZMK_EXT_POWER=y # CONFIG_ZMK_STUDIO_LOCKING=n ### RGB UNDERGLOW -# uncomment to enable RGB Underglow or backlight -# CONFIG_ZMK_RGB_UNDERGLOW=y -# CONFIG_WS2812_STRIP=y -# apaga si no se usa el teclado -# CONFIG_ZMK_RGB_UNDERGLOW_AUTO_OFF_IDLE=y -# 0 Solid color 1 Breathe 2 Spectrum 3 Swirl -# CONFIG_ZMK_RGB_UNDERGLOW_EFF_START=3 -# nivel de brillo en porcentaje, el valor por defecto es 10 por ciento -# CONFIG_ZMK_RGB_UNDERGLOW_BRT_STEP=1 -# Turn off RGB underglow when keyboard goes into idle state -# CONFIG_ZMK_RGB_UNDERGLOW_AUTO_OFF_IDLE=y - -# # Hue step in degrees (0-359) used by RGB actions default 10 +CONFIG_ZMK_RGB_UNDERGLOW=y +CONFIG_ZMK_RGB_UNDERGLOW_ON_START=n +CONFIG_WS2812_STRIP=y +# 0=Solid 1=Breathe 2=Spectrum 3=Swirl +CONFIG_ZMK_RGB_UNDERGLOW_EFF_START=3 +CONFIG_ZMK_RGB_UNDERGLOW_BRT_STEP=1 +CONFIG_ZMK_RGB_UNDERGLOW_AUTO_OFF_IDLE=y +CONFIG_ZMK_RGB_UNDERGLOW_EXT_POWER=n # CONFIG_ZMK_RGB_UNDERGLOW_HUE_STEP=30 - -# # Brightness step in percent used by RGB actions default 10 # CONFIG_ZMK_RGB_UNDERGLOW_SAT_STEP=2 # CONFIG_ZMK_RGB_UNDERGLOW_HUE_START=240 # CONFIG_ZMK_RGB_UNDERGLOW_SAT_START=10 # CONFIG_ZMK_RGB_UNDERGLOW_BRT_START=15 -# 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 - ### OLED DISPLAY CONFIG_ZMK_DISPLAY=y CONFIG_ZMK_DISPLAY_STATUS_SCREEN_CUSTOM=y diff --git a/snippets/rgb-config/rgb-config.conf b/snippets/rgb-config/rgb-config.conf deleted file mode 100644 index 57170ab..0000000 --- a/snippets/rgb-config/rgb-config.conf +++ /dev/null @@ -1,21 +0,0 @@ -### RGB UNDERGLOW -CONFIG_ZMK_RGB_UNDERGLOW=y -CONFIG_ZMK_RGB_UNDERGLOW_ON_START=n -CONFIG_WS2812_STRIP=y -# 0 Solid color 1 Breathe 2 Spectrum 3 Swirl -CONFIG_ZMK_RGB_UNDERGLOW_EFF_START=3 -# brightness level in percentage, the default value is 10 percent -CONFIG_ZMK_RGB_UNDERGLOW_BRT_STEP=1 -# Turn off RGB underglow when keyboard goes into idle state -CONFIG_ZMK_RGB_UNDERGLOW_AUTO_OFF_IDLE=y -# # Hue step in degrees (0-359) used by RGB actions default 10 -# CONFIG_ZMK_RGB_UNDERGLOW_HUE_STEP=30 -# CONFIG_ZMK_RGB_UNDERGLOW_SAT_STEP=2 -# CONFIG_ZMK_RGB_UNDERGLOW_HUE_START=240 -# CONFIG_ZMK_RGB_UNDERGLOW_SAT_START=10 -# CONFIG_ZMK_RGB_UNDERGLOW_BRT_START=15 - -# 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 diff --git a/snippets/rgb-config/snippet.yml b/snippets/rgb-config/snippet.yml deleted file mode 100644 index c0552da..0000000 --- a/snippets/rgb-config/snippet.yml +++ /dev/null @@ -1,3 +0,0 @@ -name: rgb-config -append: - EXTRA_CONF_FILE: rgb-config.conf diff --git a/zephyr/module.yml b/zephyr/module.yml index d9f1966..1cc2b35 100644 --- a/zephyr/module.yml +++ b/zephyr/module.yml @@ -1,4 +1,3 @@ build: settings: board_root: . - snippet_root: .