diff options
Diffstat (limited to 'keyboards/coseyfannitutti/mulletpad/config.h')
-rw-r--r-- | keyboards/coseyfannitutti/mulletpad/config.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/keyboards/coseyfannitutti/mulletpad/config.h b/keyboards/coseyfannitutti/mulletpad/config.h index 92e2a747e..b2a930357 100644 --- a/keyboards/coseyfannitutti/mulletpad/config.h +++ b/keyboards/coseyfannitutti/mulletpad/config.h | |||
@@ -118,23 +118,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
118 | //#define NO_ACTION_MACRO | 118 | //#define NO_ACTION_MACRO |
119 | //#define NO_ACTION_FUNCTION | 119 | //#define NO_ACTION_FUNCTION |
120 | 120 | ||
121 | /* | ||
122 | * MIDI options | ||
123 | */ | ||
124 | |||
125 | /* enable basic MIDI features: | ||
126 | - MIDI notes can be sent when in Music mode is on | ||
127 | */ | ||
128 | //#define MIDI_BASIC | ||
129 | |||
130 | /* enable advanced MIDI features: | ||
131 | - MIDI notes can be added to the keymap | ||
132 | - Octave shift and transpose | ||
133 | - Virtual sustain, portamento, and modulation wheel | ||
134 | - etc. | ||
135 | */ | ||
136 | //#define MIDI_ADVANCED | ||
137 | |||
138 | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||
139 | //#define MIDI_TONE_KEYCODE_OCTAVES 1 | ||
140 | |||