export interface BoutonConfig {
    pin: number;
    pinLED?: number;
    label: string;
    keyboard?: string;
    debounceTimeout?: number;
}
