fixup! fl16/macropad: Add factory mode

This commit is contained in:
Daniel Schaefer 2023-08-08 20:36:31 +08:00
parent a7e5bc820d
commit d7e315241c

View File

@ -0,0 +1,6 @@
// Copyright 2023 Framework Computer
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
void enable_factory_mode(bool enable);