// SPDX-License-Identifier: Apache-2.0 #pragma once #ifdef __cplusplus extern "C" { #endif #include struct TdeckKeyboardConfig { uint8_t address; }; #ifdef __cplusplus } #endif