mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 16:48:35 -07:00
* 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)
|