fix(boards): Fix closing brackets

This commit is contained in:
Dom H 2021-06-09 15:39:28 +01:00 committed by Dom H
parent 3a588a3260
commit 9b21f1197c
No known key found for this signature in database
GPG key ID: 775530A9CB493402

View file

@ -26,10 +26,6 @@
kscan0: kscan {
compatible = "zmk,kscan-gpio-direct";
label = "KSCAN";
};
};
&kscan0 {
input-gpios
= <&pro_micro_d 7 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
, <&pro_micro_a 0 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
@ -49,4 +45,5 @@
, <&pro_micro_d 8 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
, <&pro_micro_d 9 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
;
};
};