2022-10-10 16:58:32 +02:00
|
|
|
/* Copyright 2022 Christoph Cullmann
|
2022-10-01 11:03:31 +02:00
|
|
|
*
|
|
|
|
* This program is free software: you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License as published by
|
|
|
|
* the Free Software Foundation, either version 2 of the License, or
|
|
|
|
* (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This program is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU General Public License
|
|
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#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)
|