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