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