]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/preonic/keymaps/kuatsure/config.h
Add missing links to features page and sidebar section (#5949)
[qmk_firmware.git] / keyboards / preonic / keymaps / kuatsure / config.h
1 #ifndef CONFIG_USER_H
2 #define CONFIG_USER_H
3
4 #include "config_common.h"
5
6 #ifdef AUDIO_ENABLE
7     #define STARTUP_SONG SONG(PREONIC_SOUND)
8     // #define STARTUP_SONG SONG(NO_SOUND)
9
10     #define GAME_SOUND VICTORY_FANFARE_SHORT
11
12     #define DEFAULT_LAYER_SONGS { SONG(QWERTY_SOUND), \
13                                   SONG(GAME_SOUND) \
14                                 }
15 #endif
16
17 #define MUSIC_MASK (keycode != KC_NO)
18
19 /*
20  * MIDI options
21  */
22
23 /* Prevent use of disabled MIDI features in the keymap */
24 //#define MIDI_ENABLE_STRICT 1
25
26 /* enable basic MIDI features:
27    - MIDI notes can be sent when in Music mode is on
28 */
29
30 #define MIDI_BASIC
31
32 /* enable advanced MIDI features:
33    - MIDI notes can be added to the keymap
34    - Octave shift and transpose
35    - Virtual sustain, portamento, and modulation wheel
36    - etc.
37 */
38 //#define MIDI_ADVANCED
39
40 /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */
41 //#define MIDI_TONE_KEYCODE_OCTAVES 2
42
43 #endif