From ce8bf736ea6ff0d8de7afc533f8b3e0b823165de Mon Sep 17 00:00:00 2001 From: DonPavlov <1541649+DonPavlov@users.noreply.github.com> Date: Thu, 20 Oct 2022 19:21:34 +0000 Subject: [PATCH] add bluehand and fix compilation issues --- app/boards/arm/bluehand/bluehand.dts | 19 +++++++++---------- app/core-coverage.yml | 2 ++ 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/app/boards/arm/bluehand/bluehand.dts b/app/boards/arm/bluehand/bluehand.dts index 579580e5..57fbe206 100644 --- a/app/boards/arm/bluehand/bluehand.dts +++ b/app/boards/arm/bluehand/bluehand.dts @@ -7,7 +7,6 @@ /dts-v1/; #include -#include "arduino_pro_micro_pins.dtsi" / { model = "BlueHand"; @@ -19,7 +18,6 @@ zephyr,flash = &flash0; zephyr,console = &cdc_acm_uart; zmk,kscan = &kscan0; - zmk,matrix_transform = &layout_grid_transform; }; kscan0: kscan_0 { @@ -51,10 +49,10 @@ }; }; - zephyr,user { - /* period cell corresponds to initial period */ - pwms = <&sw_pwm 0 PWM_USEC(1500) PWM_POLARITY_NORMAL>; - }; + /*zephyr,user { + * pwms = <&sw_pwm 0 PWM_USEC(1500) PWM_POLARITY_NORMAL>; + * }; + */ }; &adc { @@ -122,7 +120,8 @@ }; }; -&sw_pwm { - status = "okay"; - channel-gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>; -}; +/* &sw_pwm { + * status = "okay"; + * channel-gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>; + * }; + */ diff --git a/app/core-coverage.yml b/app/core-coverage.yml index 12c03613..535114fe 100644 --- a/app/core-coverage.yml +++ b/app/core-coverage.yml @@ -2,6 +2,7 @@ board: - nice_nano_v2 - nrfmicro_13 - proton_c +- bluehand shield: - corne_left - corne_right @@ -33,3 +34,4 @@ include: - board: nice_nano_v2 shield: lily58_left nice_view_adapter nice_view nickname: "niceview" +- board: bluehand