aboutsummaryrefslogtreecommitdiff
path: root/keyboards/handwired/xealous/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/xealous/config.h')
-rw-r--r--keyboards/handwired/xealous/config.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/handwired/xealous/config.h b/keyboards/handwired/xealous/config.h
index 251e85d4c..5c1469b1f 100644
--- a/keyboards/handwired/xealous/config.h
+++ b/keyboards/handwired/xealous/config.h
@@ -34,10 +34,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
34 34
35 35
36#ifdef AUDIO_ENABLE 36#ifdef AUDIO_ENABLE
37 #define C6_AUDIO 37 #define AUDIO_PIN C6
38 #define STARTUP_SONG SONG(STARTUP_SOUND) 38 #define STARTUP_SONG SONG(STARTUP_SOUND)
39 #define NO_MUSIC_MODE 39 #define NO_MUSIC_MODE
40 #define TONE_QWERTY SONG(Q__NOTE(_E4)); 40 #define TONE_QWERTY SONG(Q__NOTE(_E4));
41 #define TONE_NUMPAD SONG(Q__NOTE(_D4)); 41 #define TONE_NUMPAD SONG(Q__NOTE(_D4));
42#endif 42#endif
43