config.h 678 B

1234567891011121314151617181920212223242526272829303132
  1. #pragma once
  2. /*
  3. * MIDI options
  4. */
  5. /* enable basic MIDI features:
  6. - MIDI notes can be sent when in Music mode is on
  7. #define MIDI_BASIC
  8. */
  9. /* enable advanced MIDI features:
  10. - MIDI notes can be added to the keymap
  11. - Octave shift and transpose
  12. - Virtual sustain, portamento, and modulation wheel
  13. - etc.
  14. */
  15. #define MIDI_ADVANCED
  16. /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */
  17. #define MIDI_TONE_KEYCODE_OCTAVES 2
  18. /*
  19. Setting the modified Space Cadet Parens for German layout
  20. Default is
  21. #define LSPO_KEY KC_9
  22. #define RSPC_KEY KC_0
  23. */
  24. #define LSPO_KEY KC_8
  25. #define RSPC_KEY KC_9
  26. #define PERMISSIVE_HOLD