aboutsummaryrefslogtreecommitdiff
path: root/keyboards/contra/keymaps
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/contra/keymaps')
-rw-r--r--keyboards/contra/keymaps/default/config.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/keyboards/contra/keymaps/default/config.h b/keyboards/contra/keymaps/default/config.h
index a1635f2ba..d61ee2938 100644
--- a/keyboards/contra/keymaps/default/config.h
+++ b/keyboards/contra/keymaps/default/config.h
@@ -1,7 +1,5 @@
1#ifndef CONFIG_USER_H 1#pragma once
2#define CONFIG_USER_H
3 2
4#include "config_common.h"
5 3
6#ifdef AUDIO_ENABLE 4#ifdef AUDIO_ENABLE
7 #define STARTUP_SONG SONG(PLANCK_SOUND) 5 #define STARTUP_SONG SONG(PLANCK_SOUND)
@@ -25,7 +23,7 @@
25/* enable basic MIDI features: 23/* enable basic MIDI features:
26 - MIDI notes can be sent when in Music mode is on 24 - MIDI notes can be sent when in Music mode is on
27*/ 25*/
28 26
29#define MIDI_BASIC 27#define MIDI_BASIC
30 28
31/* enable advanced MIDI features: 29/* enable advanced MIDI features:
@@ -38,5 +36,3 @@
38 36
39/* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ 37/* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */
40//#define MIDI_TONE_KEYCODE_OCTAVES 2 38//#define MIDI_TONE_KEYCODE_OCTAVES 2
41
42#endif \ No newline at end of file