Files
qmk_firmware/keyboards/moonlander/keymaps/default/config.h
T
Florian Didron e0ef1fc3a7 fix: adds slight delay before playing startup song (#346)
* fix: adds slight delay before playing startup song

* Revert "fix: adds slight delay before playing startup song"

This reverts commit f6df4a322307f41b4e0107a15f6a46ce1a63e88f.

* fix: use AUDIO_DELAY_INIT to fix the glitch

* fix: use AUDIO_DELAY_INIT with the default 300ms delay
2022-06-03 11:33:32 +09:00

23 lines
926 B
C

/* Copyright 2020 ZSA Technology Labs, Inc <@zsa>
* Copyright 2020 Jack Humbert <jack.humb@gmail.com>
* Copyright 2020 Christopher Courtney, aka Drashna Jael're (@drashna) <drashna@live.com>
*
* 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
#define ORYX_CONFIGURATOR
#define STARTUP_SONG SONG(ODE_TO_JOY)