config.h 598 B

1234567891011121314151617181920212223242526
  1. #pragma once
  2. // place overrides here
  3. /*
  4. * MIDI options
  5. */
  6. /* Prevent use of disabled MIDI features in the keymap */
  7. //#define MIDI_ENABLE_STRICT 1
  8. /* enable basic MIDI features:
  9. - MIDI notes can be sent when in Music mode is on
  10. */
  11. #define MIDI_BASIC
  12. /* enable advanced MIDI features:
  13. - MIDI notes can be added to the keymap
  14. - Octave shift and transpose
  15. - Virtual sustain, portamento, and modulation wheel
  16. - etc.
  17. */
  18. //#define MIDI_ADVANCED
  19. /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */
  20. //#define MIDI_TONE_KEYCODE_OCTAVES 2