aboutsummaryrefslogtreecommitdiff
path: root/keyboards/planck/keymaps/narze/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/planck/keymaps/narze/config.h')
-rw-r--r--keyboards/planck/keymaps/narze/config.h15
1 files changed, 10 insertions, 5 deletions
diff --git a/keyboards/planck/keymaps/narze/config.h b/keyboards/planck/keymaps/narze/config.h
index 19d784b2b..9c5876a13 100644
--- a/keyboards/planck/keymaps/narze/config.h
+++ b/keyboards/planck/keymaps/narze/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/* 3/*
7 * MIDI options 4 * MIDI options
@@ -26,7 +23,8 @@
26/* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ 23/* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */
27//#define MIDI_TONE_KEYCODE_OCTAVES 2 24//#define MIDI_TONE_KEYCODE_OCTAVES 2
28 25
29#define TAPPING_TERM 200 26#undef TAPPING_TERM
27#define TAPPING_TERM 100
30 28
31#define COMBO_TERM 20 29#define COMBO_TERM 20
32#define COMBO_COUNT 1 30#define COMBO_COUNT 1
@@ -38,4 +36,11 @@
38 36
39#define MOUSEKEY_DELAY 100 37#define MOUSEKEY_DELAY 100
40 38
39#ifdef AUDIO_ENABLE
40 #define STARTUP_SONG SONG(PLANCK_SOUND)
41
42 #define DEFAULT_LAYER_SONGS { SONG(QWERTY_SOUND), \
43 SONG(COLEMAK_SOUND), \
44 SONG(DVORAK_SOUND) \
45 }
41#endif 46#endif