You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
/*
|
|
|
|
* 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_LOW>;
|
|
|
|
};
|
|
|
|
|
|
|
|
vbatt {
|
|
|
|
compatible = "zmk,battery-voltage-divider";
|
|
|
|
label = "BATTERY";
|
|
|
|
io-channels = <&adc 2>;
|
|
|
|
output-ohms = <2000000>;
|
|
|
|
full-ohms = <(2000000 + 806000)>;
|
|
|
|
};
|
|
|
|
};
|