Tactility/Devices/lilygo-tdeck/temp/drivers/tdeck_keyboard_backlight.h
Ken Van Hoeylandt 2658ad5c54 Move temp
2026-07-11 14:42:10 +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