22 lines
556 B
Plaintext
22 lines
556 B
Plaintext
# Uncomment the following lines to enable the Corne RGB Underglow
|
|
# CONFIG_ZMK_RGB_UNDERGLOW=y
|
|
# 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
|
|
|
|
# Allow to sleep
|
|
CONFIG_ZMK_SLEEP=y
|
|
CONFIG_ZMK_IDLE_TIMEOUT=30000
|
|
# Sleep timeout to 15 minutes
|
|
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000
|