screen working

This commit is contained in:
sebastienPoussard
2023-03-06 17:49:30 +01:00
parent f8174c2266
commit e56dbc8d45
2 changed files with 7 additions and 1 deletions

View File

@@ -3,4 +3,5 @@
# CONFIG_WS2812_STRIP=y
# Uncomment the following line to enable the Corne OLED Display
# CONFIG_ZMK_DISPLAY=y
CONFIG_ZMK_DISPLAY=y
CONFIG_ZMK_WIDGET_BATTERY_STATUS_SHOW_PERCENTAGE=y

View File

@@ -54,3 +54,8 @@
};
};
};
// redefine cs-gpios because ultralignt corne from pete do not use the nice!view recommandation pin
&nice_view_spi {
cs-gpios = <&pro_micro 0 GPIO_ACTIVE_HIGH>;
};