test niceview ultgralight

This commit is contained in:
Chow Castro, Marcos 2023-02-15 23:44:08 +01:00
parent bccdb66ba2
commit f59c5dacad
3 changed files with 15 additions and 2 deletions

View file

@ -47,3 +47,7 @@ CONFIG_ZMK_SLEEP=y
# CONFIG_ZMK_BACKLIGHT_ON_START=y
# CONFIG_ZMK_BACKLIGHT_AUTO_OFF_IDLE=n
# CONFIG_ZMK_BACKLIGHT_AUTO_OFF_USB=n
# TESTS
CONFIG_ZMK_DISPLAY=y
CONFIG_ZMK_EXT_POWER=y

View file

@ -279,4 +279,8 @@ SPDX-License-Identifier: MIT
};
};
// }}}
// TEST
&nice_view_spi {
cs-gpios = <&pro_micro 0 GPIO_ACTIVE_HIGH>;
};
// vim: fdm=marker: