]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/contra/keymaps/default/config.h
Update KBD67 readme so that it mentions the KBD65 PCB (#5143)
[qmk_firmware.git] / keyboards / contra / keymaps / default / config.h
1 #pragma once
2
3
4 #ifdef AUDIO_ENABLE
5     #define STARTUP_SONG SONG(PLANCK_SOUND)
6     // #define STARTUP_SONG SONG(NO_SOUND)
7
8     #define DEFAULT_LAYER_SONGS { SONG(QWERTY_SOUND), \
9                                   SONG(COLEMAK_SOUND), \
10                                   SONG(DVORAK_SOUND) \
11                                 }
12 #endif
13
14 #define MUSIC_MASK (keycode != KC_NO)
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