mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 09:08:35 -07:00
Temporarily backport app updates from apps repo
This commit is contained in:
14
applications/external/nfc_magic/helpers/nfc_magic_custom_events.h
vendored
Normal file
14
applications/external/nfc_magic/helpers/nfc_magic_custom_events.h
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
typedef enum {
|
||||
// Reserve first 100 events for button types and indexes, starting from 0
|
||||
NfcMagicCustomEventReserved = 100,
|
||||
|
||||
NfcMagicCustomEventViewExit,
|
||||
|
||||
NfcMagicCustomEventCardDetected,
|
||||
NfcMagicCustomEventCardLost,
|
||||
NfcMagicCustomEventWorkerSuccess,
|
||||
NfcMagicCustomEventWorkerFail,
|
||||
|
||||
} NfcMagicCustomEvent;
|
||||
Reference in New Issue
Block a user