1
// lockout-mode.h: Lockout mode for Anduril.
2
// Copyright (C) 2017-2023 Selene ToyKeeper
3
// SPDX-License-Identifier: GPL-3.0-or-later
8
uint8_t lockout_state(Event event, uint16_t arg);
11
#ifndef DEFAULT_AUTOLOCK_TIME
12
#define DEFAULT_AUTOLOCK_TIME 0 // autolock time in minutes, 0 = disabled
14
uint8_t autolock_config_state(Event event, uint16_t arg);