QMK/keyboards/planck/keymaps/rodhaene/config.h

11 lines
152 B
C
Raw Normal View History

2020-03-23 10:48:11 +01:00
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
#include "config_common.h"
#ifdef AUDIO_ENABLE
#define STARTUP_SONG SONG(PLANCK_SOUND)
#endif
#endif