Files
new_kbd/app.overlay

27 lines
328 B
Plaintext
Raw Normal View History

/ {
zephyr,user {
io-channels = <&adc 5>, <&adc 7>;
};
};
&gpio0 {
status = "okay";
};
&gpio1 {
status = "okay";
};
&gpiote {
status = "okay";
};
&led_0 {
status = "okay";
};
/* 使能 SAADCmode_switch_module 使用 channel 7 采样模式拨码电压。 */
&adc {
status = "okay";
};