QortalOS Brooklyn for Raspberry Pi 4
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 lines
516 B

/*
SPDX-FileCopyrightText: 2009 Jan Gerrit Marker <[email protected]>
SPDX-FileCopyrightText: 2020 Alexander Lohnau <[email protected]>
SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
*/
#pragma once
static const char CONFIG_USE_TRIGGERWORD[] = "useTriggerWord";
static const char CONFIG_TRIGGERWORD[] = "triggerWord";
static const char CONFIG_SORTING[] = "sorting";
/** Possibilities to sort */
enum Sort {
NONE = 0,
CPU,
CPUI,
};