This commit is contained in:
alko
2026-05-20 16:57:42 +05:00
parent e7cdf38007
commit e9f4e9b907

View File

@@ -14,16 +14,6 @@
zmk,battery = &vbatt; zmk,battery = &vbatt;
}; };
vbatt: battery-divider {
compatible = "zmk,battery-voltage-divider";
label = "BATTERY";
/* PIN AIN6 (P0.31) */
io-channels = <&adc 6>;
/* Embedded nice!nano divider (100k / 100k) */
output-ohms = <100000>;
full-ohms = <200000>;
};
kscan0: kscan { kscan0: kscan {
compatible = "zmk,kscan-gpio-matrix"; compatible = "zmk,kscan-gpio-matrix";
wakeup-source; wakeup-source;