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-06-10 21:24:58 +02:00
|
|
|
#include "/home/cullmann/data/qmk/christoph-cullmann/common/config.h"
|
2023-08-11 23:16:38 +02:00
|
|
|
|
2022-10-17 20:17:08 +02:00
|
|
|
//
|
|
|
|
// audio configuration
|
|
|
|
//
|
2022-10-11 10:31:18 +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)
|