Merge pull request #1 from WillyJL/feat/kiisu-define-flag

FBT: Compile-time defines for Kiisu
This commit is contained in:
Veronika Kossmann
2025-05-25 16:50:08 +03:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import posixpath
# For more details on these options, run 'fbt -h'
FIRMWARE_ORIGIN = "Official"
FIRMWARE_ORIGIN = "Kiisu"
# Default hardware target
TARGET_HW = 7
+1
View File
@@ -114,6 +114,7 @@ lib_targets = env.BuildModules(
env.Append(
CPPDEFINES=[
env.subst("FW_ORIGIN_${FIRMWARE_ORIGIN}"),
"KIISU",
]
)