mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-27 15:22:29 +03:00
ffa3996a5e
* clang-format: AllowShortEnumsOnASingleLine: false * clang-format: InsertNewlineAtEOF: true * clang-format: Standard: c++20 * clang-format: AlignConsecutiveBitFields * clang-format: AlignConsecutiveMacros * clang-format: RemoveParentheses: ReturnStatement * clang-format: RemoveSemicolon: true * Restored RemoveParentheses: Leave, retained general changes for it * formatting: fixed logging TAGs * Formatting update for dev Co-authored-by: あく <alleteam@gmail.com>
11 lines
391 B
C
11 lines
391 B
C
ADD_SCENE(desktop, main, Main)
|
|
ADD_SCENE(desktop, lock_menu, LockMenu)
|
|
ADD_SCENE(desktop, debug, Debug)
|
|
ADD_SCENE(desktop, hw_mismatch, HwMismatch)
|
|
ADD_SCENE(desktop, fault, Fault)
|
|
ADD_SCENE(desktop, locked, Locked)
|
|
ADD_SCENE(desktop, pin_input, PinInput)
|
|
ADD_SCENE(desktop, pin_timeout, PinTimeout)
|
|
ADD_SCENE(desktop, slideshow, Slideshow)
|
|
ADD_SCENE(desktop, secure_enclave, SecureEnclave)
|