]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/subatomic/keymaps/default/config.h
Update KBD67 readme so that it mentions the KBD65 PCB (#5143)
[qmk_firmware.git] / keyboards / subatomic / keymaps / default / config.h
1 #pragma once
2
3 // place overrides here
4
5 /*
6  * MIDI options
7  */
8
9 /* Prevent use of disabled MIDI features in the keymap */
10 //#define MIDI_ENABLE_STRICT 1
11
12 /* enable basic MIDI features:
13    - MIDI notes can be sent when in Music mode is on
14 */
15 #define MIDI_BASIC
16
17 /* enable advanced MIDI features:
18    - MIDI notes can be added to the keymap
19    - Octave shift and transpose
20    - Virtual sustain, portamento, and modulation wheel
21    - etc.
22 */
23 //#define MIDI_ADVANCED
24
25 /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */
26 //#define MIDI_TONE_KEYCODE_OCTAVES 2