Update cyber60.dts
This commit is contained in:
parent
cfe8b90e47
commit
8be9227039
1 changed files with 8 additions and 3 deletions
|
@ -19,17 +19,22 @@
|
|||
zmk,matrix_transform = &default_transform;
|
||||
};
|
||||
|
||||
vbat-sense-en {
|
||||
label = "VBAT_SENSE_EN";
|
||||
control-gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
leds {
|
||||
compatible = "gpio-leds";
|
||||
red_led: led_0 {
|
||||
red_led: led_3 {
|
||||
gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>;
|
||||
label = "Red LED";
|
||||
};
|
||||
green_led: led_1 {
|
||||
green_led: led_2 {
|
||||
gpios = <&gpio0 28 GPIO_ACTIVE_HIGH>;
|
||||
label = "Green LED";
|
||||
};
|
||||
blue_led: led_2 {
|
||||
blue_led: led_1 { // also broken out on header con307 on cyber60-2 Rev A1
|
||||
gpios = <&gpio0 5 GPIO_ACTIVE_HIGH>;
|
||||
label = "Blue LED";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue