From 11a59503e91d1ffeea50dc4bfee18c2fae01b666 Mon Sep 17 00:00:00 2001 From: Lex Brugman Date: Mon, 15 Apr 2024 20:50:26 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Drashna Jaelre --- keyboards/mmkeyboard/class60/soldered/config.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/keyboards/mmkeyboard/class60/soldered/config.h b/keyboards/mmkeyboard/class60/soldered/config.h index a7b977f48c4..0ca9a22b1f2 100644 --- a/keyboards/mmkeyboard/class60/soldered/config.h +++ b/keyboards/mmkeyboard/class60/soldered/config.h @@ -22,9 +22,7 @@ #define AUDIO_PIN_ALT A13 #undef AUDIO_VOICES -#define AUDIO_DAC_SAMPLE_MAX 4095U -#ifdef AUDIO_ENABLE #define DEFAULT_LAYER_SONGS { \ SONG(CAPS_LOCK_ON_SOUND), \ SONG(CAPS_LOCK_OFF_SOUND), \ @@ -33,4 +31,3 @@ SONG(SCROLL_LOCK_ON_SOUND), \ SONG(SCROLL_LOCK_OFF_SOUND) \ } -#endif