diff --git a/app/boards/shields/float/boards/nice_nano.overlay b/app/boards/shields/float/boards/nice_nano.overlay deleted file mode 100644 index 424a617b..00000000 --- a/app/boards/shields/float/boards/nice_nano.overlay +++ /dev/null @@ -1,46 +0,0 @@ -#include - -&pinctrl { - spi3_default: spi3_default { - group1 { - psels = ; - }; - }; - - spi3_sleep: spi3_sleep { - group1 { - psels = ; - low-power-enable; - }; - }; -}; - -&spi3 { - compatible = "nordic,nrf-spim"; - status = "okay"; - - pinctrl-0 = <&spi3_default>; - pinctrl-1 = <&spi3_sleep>; - pinctrl-names = "default", "sleep"; - - led_strip: ws2812@0 { - compatible = "worldsemi,ws2812-spi"; - - /* SPI */ - reg = <0>; /* ignored, but necessary for SPI bindings */ - spi-max-frequency = <4000000>; - - /* WS2812 */ - chain-length = <10>; /* arbitrary; change at will */ - spi-one-frame = <0x70>; - spi-zero-frame = <0x40>; - - color-mapping = ; - }; -}; - -/ { - chosen { - zmk,underglow = &led_strip; - }; -}; diff --git a/app/boards/shields/float/float.zmk.yml b/app/boards/shields/float/float.zmk.yml index cd8d6bdd..e2f98e33 100644 --- a/app/boards/shields/float/float.zmk.yml +++ b/app/boards/shields/float/float.zmk.yml @@ -3,7 +3,7 @@ id: float name: float type: shield url: https://github.com/foostan/crkbd/ -requires: [nice_nano] +requires: [nice_nano_v2] features: - keys siblings: diff --git a/app/core-coverage.yml b/app/core-coverage.yml index 6e881ae9..747af25f 100644 --- a/app/core-coverage.yml +++ b/app/core-coverage.yml @@ -9,6 +9,8 @@ shield: - romac - settings_reset - tidbit + - float_left + - float_right include: - board: bdn9_rev2 - board: nice60 @@ -34,3 +36,9 @@ include: - board: nice_nano_v2 shield: lily58_left nice_view_adapter nice_view nickname: "niceview" + - board: nice_nano_v2 + shield: float_left + nickname: "niceview" + - board: nice_nano_v2 + shield: float_right + nickname: "niceview"