diff --git a/build.yaml b/build.yaml index 701938e..305a487 100644 --- a/build.yaml +++ b/build.yaml @@ -22,3 +22,5 @@ include: shield: corne_left - board: nice_nano_v2 shield: corne_right + - board: nice_nano_v2 + shield: settings_reset diff --git a/config/corne.conf b/config/corne.conf index 974243c..3bac8be 100644 --- a/config/corne.conf +++ b/config/corne.conf @@ -1,6 +1,6 @@ # Uncomment the following lines to enable the Corne RGB Underglow -# CONFIG_ZMK_RGB_UNDERGLOW=y -# CONFIG_WS2812_STRIP=y +CONFIG_ZMK_RGB_UNDERGLOW=n +CONFIG_WS2812_STRIP=n # Uncomment the following line to enable the Corne OLED Display -# CONFIG_ZMK_DISPLAY=y +CONFIG_ZMK_DISPLAY=y