18 lines
323 B
C
18 lines
323 B
C
// Copyright Christoph Cullmann
|
|
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
#pragma once
|
|
|
|
// our shared config parts
|
|
#include "/home/cullmann/data/qmk/christoph-cullmann/common/config.h"
|
|
|
|
//
|
|
// audio configuration
|
|
//
|
|
|
|
// fix startup sound
|
|
#define AUDIO_INIT_DELAY
|
|
|
|
// normal startup sound
|
|
#define STARTUP_SONG SONG(PLANCK_SOUND)
|