Files
MSE-PI-E2EEDA-Plein-de-eeee…/nodes/app.overlay
2026-06-04 20:59:20 +02:00

12 lines
240 B
Plaintext

/* SPDX-License-Identifier: Apache-2.0 */
/ {
buttons{
compatible = "gpio-keys";
window_switch: window_switch {
gpios = <&gpio0 7 GPIO_ACTIVE_HIGH>;
label = "Window Switch";
};
};
};