From 8aa9b0a18ff6e72a16f5f9245171e0d15f32308f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2=20Izzo?= Date: Sun, 10 Sep 2023 12:15:06 +0200 Subject: [PATCH] ttwrplus: enable macro menu usage Enabled macro menu implementation without keyboard. TG-553 --- platform/targets/ttwrplus/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/targets/ttwrplus/CMakeLists.txt b/platform/targets/ttwrplus/CMakeLists.txt index 93b5c814..4c4913c1 100644 --- a/platform/targets/ttwrplus/CMakeLists.txt +++ b/platform/targets/ttwrplus/CMakeLists.txt @@ -34,4 +34,4 @@ target_include_directories(app ${OPENRTX_ROOT}/subprojects/XPowersLib/src/REG ) -target_compile_definitions(app PRIVATE PLATFORM_TTWRPLUS) +target_compile_definitions(app PRIVATE PLATFORM_TTWRPLUS SCREEN_BRIGHTNESS UI_NO_KEYBOARD)