Add SW_MACHINE_COVER

Add definition for "cover closed" event

Signed-off-by: Sicelo A. Mhlongo <absicsz@gmail.com>
This commit is contained in:
Sicelo A. Mhlongo 2024-04-06 23:45:33 +02:00
parent da347a8f88
commit b2a7e73816
1 changed files with 3 additions and 0 deletions

View File

@ -792,6 +792,9 @@ static const char * const switches[SW_MAX + 1] = {
#ifdef SW_PEN_INSERTED
NAME_ELEMENT(SW_PEN_INSERTED),
#endif
#ifdef SW_MACHINE_COVER
NAME_ELEMENT(SW_MACHINE_COVER),
#endif
};
static const char * const force[FF_MAX + 1] = {