2
0

config.h 756 B

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