Tactility/Devices/lilygo-tdeck/include/drivers/tdeck_keyboard_backlight.h
2026-07-11 14:51:40 +02:00

18 lines
237 B
C

// SPDX-License-Identifier: Apache-2.0
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
#include <stdint.h>
struct TdeckKeyboardBacklightConfig {
uint8_t address;
uint8_t brightness_default;
};
#ifdef __cplusplus
}
#endif