From f59c5dacad1c0ad22086162c1aa51bdd184c8132 Mon Sep 17 00:00:00 2001 From: "Chow Castro, Marcos" Date: Wed, 15 Feb 2023 23:44:08 +0100 Subject: [PATCH] test niceview ultgralight --- build.yaml | 9 +++++++-- config/corne.conf | 4 ++++ config/corne.keymap | 4 ++++ 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/build.yaml b/build.yaml index 7ab5d6a..cf90dd3 100644 --- a/build.yaml +++ b/build.yaml @@ -13,7 +13,12 @@ # --- include: + # - board: nice_nano_v2 + # shield: corne_left + # - board: nice_nano_v2 + # shield: corne_right + # TEST - board: nice_nano_v2 - shield: corne_left + shield: corne_left nice_view_adapter nice_view - board: nice_nano_v2 - shield: corne_right + shield: corne_right nice_view_adapter nice_view diff --git a/config/corne.conf b/config/corne.conf index 998bb6f..80111bd 100644 --- a/config/corne.conf +++ b/config/corne.conf @@ -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 diff --git a/config/corne.keymap b/config/corne.keymap index f9d468b..2ea1e4e 100644 --- a/config/corne.keymap +++ b/config/corne.keymap @@ -279,4 +279,8 @@ SPDX-License-Identifier: MIT }; }; // }}} +// TEST +&nice_view_spi { + cs-gpios = <&pro_micro 0 GPIO_ACTIVE_HIGH>; +}; // vim: fdm=marker: