Skip to content

Commit

Permalink
move to layout structure - final
Browse files Browse the repository at this point in the history
  • Loading branch information
alinelena committed Oct 18, 2024
1 parent f3f2b56 commit 94f42e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/boards/shields/mlego_m66_rev4/mlego_m66_rev4.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
};

chosen {
zmk,kphysical-layout = &m66_layout;
/*
zephyr,console = &cdc_acm_uart;
*/
Expand Down Expand Up @@ -210,13 +211,11 @@ board_spi: &spi0 {
pinctrl-0 = <&spi0_default>;
pinctrl-1 = <&spi0_sleep>;
pinctrl-names = "default", "sleep";
wakeup-source;
cs-gpios = <&pro_micro 10 GPIO_ACTIVE_LOW> ;

shift_reg: 595@0 {
compatible = "zmk,gpio-595";
status = "okay";
wakeup-source;
gpio-controller;
spi-max-frequency = <2000000>;
#gpio-cells = <2>;
Expand Down

0 comments on commit 94f42e4

Please sign in to comment.