test niceview ultgralight
This commit is contained in:
parent
bccdb66ba2
commit
f59c5dacad
3 changed files with 15 additions and 2 deletions
|
|
@ -13,7 +13,12 @@
|
||||||
#
|
#
|
||||||
---
|
---
|
||||||
include:
|
include:
|
||||||
|
# - board: nice_nano_v2
|
||||||
|
# shield: corne_left
|
||||||
|
# - board: nice_nano_v2
|
||||||
|
# shield: corne_right
|
||||||
|
# TEST
|
||||||
- board: nice_nano_v2
|
- board: nice_nano_v2
|
||||||
shield: corne_left
|
shield: corne_left nice_view_adapter nice_view
|
||||||
- board: nice_nano_v2
|
- board: nice_nano_v2
|
||||||
shield: corne_right
|
shield: corne_right nice_view_adapter nice_view
|
||||||
|
|
|
||||||
|
|
@ -47,3 +47,7 @@ CONFIG_ZMK_SLEEP=y
|
||||||
# CONFIG_ZMK_BACKLIGHT_ON_START=y
|
# CONFIG_ZMK_BACKLIGHT_ON_START=y
|
||||||
# CONFIG_ZMK_BACKLIGHT_AUTO_OFF_IDLE=n
|
# CONFIG_ZMK_BACKLIGHT_AUTO_OFF_IDLE=n
|
||||||
# CONFIG_ZMK_BACKLIGHT_AUTO_OFF_USB=n
|
# CONFIG_ZMK_BACKLIGHT_AUTO_OFF_USB=n
|
||||||
|
|
||||||
|
# TESTS
|
||||||
|
CONFIG_ZMK_DISPLAY=y
|
||||||
|
CONFIG_ZMK_EXT_POWER=y
|
||||||
|
|
|
||||||
|
|
@ -279,4 +279,8 @@ SPDX-License-Identifier: MIT
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
// }}}
|
// }}}
|
||||||
|
// TEST
|
||||||
|
&nice_view_spi {
|
||||||
|
cs-gpios = <&pro_micro 0 GPIO_ACTIVE_HIGH>;
|
||||||
|
};
|
||||||
// vim: fdm=marker:
|
// vim: fdm=marker:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue