qmk-dactyl-manuform-a/keyboards/planck/keymaps/rodhaene/config.h

11 lines
152 B
C

#ifndef CONFIG_USER_H
#define CONFIG_USER_H
#include "config_common.h"
#ifdef AUDIO_ENABLE
#define STARTUP_SONG SONG(PLANCK_SOUND)
#endif
#endif