~ruther/qmk_firmware

ref: 41bd4e35a09cc50f45112074d2b776254a3a17f8 qmk_firmware/keyboards/keebio/levinson/keymaps/issmirnov/sounds.h -rw-r--r-- 335 bytes
41bd4e35 — Ryan Clean up RGB LED type (#21859) 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
// ................................................................ Audio Sounds
#pragma once
#ifdef AUDIO_ENABLE
// Songs come from quantum/audio/song_list.h
float song_startup  [][2] = SONG(STARTUP_SOUND);
float song_goodbye  [][2] = SONG(GOODBYE_SOUND);
float song_overwatch[][2] = SONG(OVERWATCH_THEME);
#undef AUDIO_VOICES
#endif