diff options
Diffstat (limited to 'keyboards/namecard2x4/rev1/config.h')
-rw-r--r-- | keyboards/namecard2x4/rev1/config.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/keyboards/namecard2x4/rev1/config.h b/keyboards/namecard2x4/rev1/config.h index 73ad7cdb5..0ca114a75 100644 --- a/keyboards/namecard2x4/rev1/config.h +++ b/keyboards/namecard2x4/rev1/config.h | |||
@@ -163,23 +163,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
163 | //#define NO_ACTION_MACRO | 163 | //#define NO_ACTION_MACRO |
164 | //#define NO_ACTION_FUNCTION | 164 | //#define NO_ACTION_FUNCTION |
165 | 165 | ||
166 | /* | ||
167 | * MIDI options | ||
168 | */ | ||
169 | |||
170 | /* enable basic MIDI features: | ||
171 | - MIDI notes can be sent when in Music mode is on | ||
172 | */ | ||
173 | //#define MIDI_BASIC | ||
174 | |||
175 | /* enable advanced MIDI features: | ||
176 | - MIDI notes can be added to the keymap | ||
177 | - Octave shift and transpose | ||
178 | - Virtual sustain, portamento, and modulation wheel | ||
179 | - etc. | ||
180 | */ | ||
181 | //#define MIDI_ADVANCED | ||
182 | |||
183 | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||
184 | //#define MIDI_TONE_KEYCODE_OCTAVES 1 | ||
185 | |||