Skip to content

Commit

Permalink
Change review qmk#3
Browse files Browse the repository at this point in the history
  • Loading branch information
Lefuneste83 committed Sep 8, 2024
1 parent 0a04394 commit 3ea84b5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions keyboards/electronlab/klor/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define AUDIO_DAC_SAMPLE_MAX 4095U
#define AUDIO_VOICE_DEFAULT butts_fader
#ifdef AUDIO_ENABLE
# define KLOR_SOUND W__NOTE(_DS0), W__NOTE(_DS1), H__NOTE(_DS2), H__NOTE(_DS3), Q__NOTE(_DS4), Q__NOTE(_DS5), E__NOTE(_DS6), E__NOTE(_DS7), S__NOTE(_DS8), Q__NOTE(_GS0)
# define STARTUP_SONG SONG(KLOR_SOUND)
# define BYE_SOUND H__NOTE(_DS4), H__NOTE(_DS3), W__NOTE(_DS1)
# define GOODBYE_SONG SONG(BYE_SOUND)
# define STARTUP_SONG SONG(W__NOTE(_DS0), W__NOTE(_DS1), H__NOTE(_DS2), H__NOTE(_DS3), Q__NOTE(_DS4), Q__NOTE(_DS5), E__NOTE(_DS6), E__NOTE(_DS7), S__NOTE(_DS8), Q__NOTE(_GS0))
# define GOODBYE_SONG SONG(H__NOTE(_DS4), H__NOTE(_DS3), W__NOTE(_DS1))
# define DEFAULT_LAYER_SONGS \
{ SONG(QWERTY_SOUND), SONG(COLEMAK_SOUND) }
#endif
Expand Down

0 comments on commit 3ea84b5

Please sign in to comment.