aboutsummaryrefslogtreecommitdiff
path: root/keyboards/gingham/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/gingham/config.h')
-rw-r--r--keyboards/gingham/config.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/keyboards/gingham/config.h b/keyboards/gingham/config.h
index 73f5ecfd9..009e23bec 100644
--- a/keyboards/gingham/config.h
+++ b/keyboards/gingham/config.h
@@ -189,23 +189,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
189//#define NO_ACTION_MACRO 189//#define NO_ACTION_MACRO
190//#define NO_ACTION_FUNCTION 190//#define NO_ACTION_FUNCTION
191 191
192/*
193 * MIDI options
194 */
195
196/* enable basic MIDI features:
197 - MIDI notes can be sent when in Music mode is on
198*/
199//#define MIDI_BASIC
200
201/* enable advanced MIDI features:
202 - MIDI notes can be added to the keymap
203 - Octave shift and transpose
204 - Virtual sustain, portamento, and modulation wheel
205 - etc.
206*/
207//#define MIDI_ADVANCED
208
209/* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */
210//#define MIDI_TONE_KEYCODE_OCTAVES 1
211