diff options
Diffstat (limited to 'keyboards/ep/96/config.h')
-rw-r--r-- | keyboards/ep/96/config.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/keyboards/ep/96/config.h b/keyboards/ep/96/config.h index 3df6a968e..7c63e38d1 100644 --- a/keyboards/ep/96/config.h +++ b/keyboards/ep/96/config.h | |||
@@ -152,23 +152,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
152 | //#define NO_ACTION_MACRO | 152 | //#define NO_ACTION_MACRO |
153 | //#define NO_ACTION_FUNCTION | 153 | //#define NO_ACTION_FUNCTION |
154 | 154 | ||
155 | /* | ||
156 | * MIDI options | ||
157 | */ | ||
158 | |||
159 | /* enable basic MIDI features: | ||
160 | - MIDI notes can be sent when in Music mode is on | ||
161 | */ | ||
162 | //#define MIDI_BASIC | ||
163 | |||
164 | /* enable advanced MIDI features: | ||
165 | - MIDI notes can be added to the keymap | ||
166 | - Octave shift and transpose | ||
167 | - Virtual sustain, portamento, and modulation wheel | ||
168 | - etc. | ||
169 | */ | ||
170 | //#define MIDI_ADVANCED | ||
171 | |||
172 | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||
173 | //#define MIDI_TONE_KEYCODE_OCTAVES 1 | ||
174 | |||