From 00e6eee70cb4f5280b7278a36dd13fd03baeb452 Mon Sep 17 00:00:00 2001 From: Edder Rojas Date: Mon, 21 Feb 2022 12:37:00 -0600 Subject: [PATCH] could not get oled to work, so disabling --- config/corne.conf | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/config/corne.conf b/config/corne.conf index 8d68090..8d96f72 100644 --- a/config/corne.conf +++ b/config/corne.conf @@ -3,16 +3,7 @@ # CONFIG_WS2812_STRIP=y # Uncomment the following line to enable the Corne OLED Display -CONFIG_ZMK_DISPLAY=y -CONFIG_I2C=y -CONFIG_SSD1306=y -CONFIG_SSD1306_REVERSE_MODE=y -CONFIG_LVGL_HOR_RES_MAX=128 -CONFIG_LVGL_VER_RES_MAX=32 -CONFIG_LVGL_VDB_SIZE=64 -CONFIG_LVGL_DPI=148 -CONFIG_LVGL_BITS_PER_PIXEL=1 -CONFIG_LVGL_COLOR_DEPTH_1=y +# CONFIG_ZMK_DISPLAY=y # Allow to sleep CONFIG_ZMK_SLEEP=y