test para compatibilidad de oled
This commit is contained in:
parent
e0124e5e02
commit
4d363ce3df
3 changed files with 40 additions and 0 deletions
|
|
@ -7,8 +7,24 @@
|
|||
# Display options
|
||||
# CONFIG_ZMK_WPM=y
|
||||
# CONFIG_ZMK_WIDGET_WPM_STATUS=y
|
||||
# OLED config
|
||||
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
|
||||
|
||||
# Better compatibility with iPadOS
|
||||
# CONFIG_ZMK_HID_CONSUMER_REPORT_USAGES_BASIC=y
|
||||
|
||||
# Power options
|
||||
# CONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY=7
|
||||
# CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=5400000
|
||||
CONFIG_ZMK_SLEEP=y
|
||||
|
||||
# Uncomment these two lines to add support for encoders
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue