aboutsummaryrefslogtreecommitdiff
path: root/keyboards/preonic/keymaps/pitty/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/preonic/keymaps/pitty/config.h')
-rw-r--r--keyboards/preonic/keymaps/pitty/config.h40
1 files changed, 40 insertions, 0 deletions
diff --git a/keyboards/preonic/keymaps/pitty/config.h b/keyboards/preonic/keymaps/pitty/config.h
new file mode 100644
index 000000000..f87dd8f30
--- /dev/null
+++ b/keyboards/preonic/keymaps/pitty/config.h
@@ -0,0 +1,40 @@
1#pragma once
2
3#ifdef AUDIO_ENABLE
4
5
6# define STARTUP_SONG SONG(PREONIC_SOUND)
7# define GOODBYE_SONG SONG(STARTUP_SOUND)
8# define MUSIC_ON_SONG SONG(TERMINAL_SOUND)
9#endif
10
11#undef TEMPO_DEFAULT
12
13#define TEMPO_DEFAULT 200
14
15
16/*
17 * MIDI options
18 */
19
20/* Prevent use of disabled MIDI features in the keymap */
21//#define MIDI_ENABLE_STRICT 1
22
23/* enable basic MIDI features:
24 - MIDI notes can be sent when in Music mode is on
25*/
26
27#define MIDI_BASIC
28
29/* enable advanced MIDI features:
30 - MIDI notes can be added to the keymap
31 - Octave shift and transpose
32 - Virtual sustain, portamento, and modulation wheel
33 - etc.
34*/
35//#define MIDI_ADVANCED
36
37/* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */
38//#define MIDI_TONE_KEYCODE_OCTAVES 2
39
40