2020 February 29 Breaking Changes Update (#8064)
[jackhill/qmk/firmware.git] / keyboards / planck / keymaps / jhenahan / config.h
CommitLineData
42f1ce08
JH
1#ifndef CONFIG_USER_H
2#define CONFIG_USER_H
3
4#include "../../config.h"
5
6#define FORCE_NKRO
26eef35f 7#undef WORKMAN_SOUND
42f1ce08
JH
8#define WORKMAN_SOUND COLEMAK_SOUND
9
a64ae106
GY
10/*
11 * MIDI options
12 */
13
14/* Prevent use of disabled MIDI features in the keymap */
15//#define MIDI_ENABLE_STRICT 1
16
17/* enable basic MIDI features:
18 - MIDI notes can be sent when in Music mode is on
19*/
20#define MIDI_BASIC
21
22/* enable advanced MIDI features:
23 - MIDI notes can be added to the keymap
24 - Octave shift and transpose
25 - Virtual sustain, portamento, and modulation wheel
26 - etc.
27*/
28//#define MIDI_ADVANCED
29
30/* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */
31//#define MIDI_TONE_KEYCODE_OCTAVES 2
32
42f1ce08 33#endif