diff options
Diffstat (limited to 'keyboards/planck/keymaps/default/config.h')
-rw-r--r-- | keyboards/planck/keymaps/default/config.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/keyboards/planck/keymaps/default/config.h b/keyboards/planck/keymaps/default/config.h index a1635f2ba..7f38058a7 100644 --- a/keyboards/planck/keymaps/default/config.h +++ b/keyboards/planck/keymaps/default/config.h | |||
@@ -13,8 +13,6 @@ | |||
13 | } | 13 | } |
14 | #endif | 14 | #endif |
15 | 15 | ||
16 | #define MUSIC_MASK (keycode != KC_NO) | ||
17 | |||
18 | /* | 16 | /* |
19 | * MIDI options | 17 | * MIDI options |
20 | */ | 18 | */ |
@@ -25,7 +23,7 @@ | |||
25 | /* enable basic MIDI features: | 23 | /* enable basic MIDI features: |
26 | - MIDI notes can be sent when in Music mode is on | 24 | - MIDI notes can be sent when in Music mode is on |
27 | */ | 25 | */ |
28 | 26 | ||
29 | #define MIDI_BASIC | 27 | #define MIDI_BASIC |
30 | 28 | ||
31 | /* enable advanced MIDI features: | 29 | /* enable advanced MIDI features: |
@@ -39,4 +37,4 @@ | |||
39 | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | 37 | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ |
40 | //#define MIDI_TONE_KEYCODE_OCTAVES 2 | 38 | //#define MIDI_TONE_KEYCODE_OCTAVES 2 |
41 | 39 | ||
42 | #endif \ No newline at end of file | 40 | #endif |