Misc tidbit updates
This commit is contained in:
parent
c2bf11e67b
commit
28aeffaa6c
|
@ -23,10 +23,10 @@ endif # ZMK_DISPLAY
|
||||||
|
|
||||||
if LVGL
|
if LVGL
|
||||||
|
|
||||||
config LVGL_HOR_RES
|
config LVGL_HOR_RES_MAX
|
||||||
default 128
|
default 128
|
||||||
|
|
||||||
config LVGL_VER_RES
|
config LVGL_VER_RES_MAX
|
||||||
default 32
|
default 32
|
||||||
|
|
||||||
config LVGL_VDB_SIZE
|
config LVGL_VDB_SIZE
|
||||||
|
|
|
@ -16,6 +16,9 @@ CONFIG_ZMK_DISPLAY=y
|
||||||
# Number of BT Profiles
|
# Number of BT Profiles
|
||||||
CONFIG_BT_MAX_CONN=6
|
CONFIG_BT_MAX_CONN=6
|
||||||
|
|
||||||
|
# Set screen blanking to 15s instead of 30s
|
||||||
|
#CONFIG_ZMK_IDLE_TIMEOUT=15000
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# Debugging
|
# Debugging
|
||||||
################################################################################
|
################################################################################
|
||||||
|
@ -42,7 +45,6 @@ CONFIG_UART_LINE_CTRL=y
|
||||||
CONFIG_UART_CONSOLE=y
|
CONFIG_UART_CONSOLE=y
|
||||||
CONFIG_USB_UART_CONSOLE=y
|
CONFIG_USB_UART_CONSOLE=y
|
||||||
CONFIG_UART_CONSOLE_ON_DEV_NAME="CDC_ACM_0"
|
CONFIG_UART_CONSOLE_ON_DEV_NAME="CDC_ACM_0"
|
||||||
CONFIG_USB_UART_DTR_WAIT=n
|
|
||||||
|
|
||||||
# Sensor logging
|
# Sensor logging
|
||||||
CONFIG_SENSOR_LOG_LEVEL_DBG=y
|
CONFIG_SENSOR_LOG_LEVEL_DBG=y
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
compatible = "zmk,keymap";
|
compatible = "zmk,keymap";
|
||||||
default_layer {
|
default_layer {
|
||||||
bindings = <
|
bindings = <
|
||||||
&tog 1 &bootloader &none
|
&tog 1 &bootloader &none
|
||||||
&none &none &none &kp LC(LA(TAB))
|
&none &none &none &kp LC(LA(TAB))
|
||||||
&none &none &none &kp LG(DOWN_ARROW)
|
&none &none &none &kp LG(DOWN_ARROW)
|
||||||
&kp ESCAPE &none &none &none
|
&kp ESCAPE &none &none &none
|
||||||
|
|
Loading…
Reference in a new issue