aboutsummaryrefslogtreecommitdiff
path: root/keyboards/preonic/keymaps/default/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/preonic/keymaps/default/config.h')
-rw-r--r--keyboards/preonic/keymaps/default/config.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/keyboards/preonic/keymaps/default/config.h b/keyboards/preonic/keymaps/default/config.h
index 205351258..40a9524b4 100644
--- a/keyboards/preonic/keymaps/default/config.h
+++ b/keyboards/preonic/keymaps/default/config.h
@@ -1,7 +1,4 @@
1#ifndef CONFIG_USER_H 1#pragma once
2#define CONFIG_USER_H
3
4#include "config_common.h"
5 2
6#ifdef AUDIO_ENABLE 3#ifdef AUDIO_ENABLE
7 #define STARTUP_SONG SONG(PREONIC_SOUND) 4 #define STARTUP_SONG SONG(PREONIC_SOUND)
@@ -38,5 +35,3 @@
38 35
39/* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ 36/* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */
40//#define MIDI_TONE_KEYCODE_OCTAVES 2 37//#define MIDI_TONE_KEYCODE_OCTAVES 2
41
42#endif \ No newline at end of file