config.h 766 B

1234567891011121314151617181920212223242526272829303132333435
  1. #pragma once
  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. #define MIDI_BASIC
  10. */
  11. /* enable advanced MIDI features:
  12. - MIDI notes can be added to the keymap
  13. - Octave shift and transpose
  14. - Virtual sustain, portamento, and modulation wheel
  15. - etc.
  16. */
  17. #define MIDI_ADVANCED
  18. /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */
  19. #define MIDI_TONE_KEYCODE_OCTAVES 2
  20. /*
  21. Setting the modified Space Cadet Parens for German layout
  22. Default is
  23. #define LSPO_KEY KC_9
  24. #define RSPC_KEY KC_0
  25. */
  26. #define LSPO_KEY KC_8
  27. #define RSPC_KEY KC_9
  28. #define PERMISSIVE_HOLD