Merge pull request #34 from dxmh/cradio-v2
fix(boards): Fix closing brackets
This commit is contained in:
commit
4e09d1bf5c
1 changed files with 1 additions and 4 deletions
|
@ -26,10 +26,6 @@
|
||||||
kscan0: kscan {
|
kscan0: kscan {
|
||||||
compatible = "zmk,kscan-gpio-direct";
|
compatible = "zmk,kscan-gpio-direct";
|
||||||
label = "KSCAN";
|
label = "KSCAN";
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&kscan0 {
|
|
||||||
input-gpios
|
input-gpios
|
||||||
= <&pro_micro_d 7 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
|
= <&pro_micro_d 7 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
|
||||||
, <&pro_micro_a 0 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
|
, <&pro_micro_a 0 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
|
||||||
|
@ -50,3 +46,4 @@
|
||||||
, <&pro_micro_d 9 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
|
, <&pro_micro_d 9 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue