22 lines
356 B
22 lines
356 B
/* |
|
* Copyright (c) 2021 The ZMK Contributors |
|
* |
|
* SPDX-License-Identifier: MIT |
|
*/ |
|
|
|
/dts-v1/; |
|
#include "nice_nano.dtsi" |
|
|
|
/ { |
|
ext-power { |
|
compatible = "zmk,ext-power-generic"; |
|
label = "EXT_POWER"; |
|
control-gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>; |
|
init-delay-ms = <50>; |
|
}; |
|
|
|
vbatt { |
|
compatible = "zmk,battery-nrf-vddh"; |
|
label = "BATTERY"; |
|
}; |
|
};
|
|
|