diff options
Diffstat (limited to 'keyboards/duck/jetfire/config.h')
-rw-r--r-- | keyboards/duck/jetfire/config.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/keyboards/duck/jetfire/config.h b/keyboards/duck/jetfire/config.h index 37e81e830..593f064bd 100644 --- a/keyboards/duck/jetfire/config.h +++ b/keyboards/duck/jetfire/config.h | |||
@@ -143,23 +143,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
143 | //#define NO_ACTION_MACRO | 143 | //#define NO_ACTION_MACRO |
144 | //#define NO_ACTION_FUNCTION | 144 | //#define NO_ACTION_FUNCTION |
145 | 145 | ||
146 | /* | ||
147 | * MIDI options | ||
148 | */ | ||
149 | |||
150 | /* enable basic MIDI features: | ||
151 | - MIDI notes can be sent when in Music mode is on | ||
152 | */ | ||
153 | //#define MIDI_BASIC | ||
154 | |||
155 | /* enable advanced MIDI features: | ||
156 | - MIDI notes can be added to the keymap | ||
157 | - Octave shift and transpose | ||
158 | - Virtual sustain, portamento, and modulation wheel | ||
159 | - etc. | ||
160 | */ | ||
161 | //#define MIDI_ADVANCED | ||
162 | |||
163 | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||
164 | //#define MIDI_TONE_KEYCODE_OCTAVES 1 | ||
165 | |||