2024-09-22 17:58:29 +02:00
|
|
|
/**
|
|
|
|
* SPDX-FileCopyrightText: 2024 Christoph Cullmann <christoph@cullmann.io>
|
|
|
|
* SPDX-License-Identifier: GPL-2.0-or-later
|
2024-09-22 17:50:24 +02:00
|
|
|
*/
|
2022-10-01 11:03:31 +02:00
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
2023-08-12 22:02:23 +02:00
|
|
|
// our shared config parts
|
2024-09-22 18:20:51 +02:00
|
|
|
#include "common/config.h"
|
2023-08-11 23:16:38 +02:00
|
|
|
|
2022-10-01 15:47:15 +02:00
|
|
|
// fix startup sound
|
|
|
|
#define AUDIO_INIT_DELAY
|
|
|
|
|
2022-10-01 11:03:31 +02:00
|
|
|
// normal startup sound
|
|
|
|
#define STARTUP_SONG SONG(PLANCK_SOUND)
|