config.h 652 B

123456789101112131415161718192021222324252627282930
  1. #pragma once
  2. // #define MUSIC_MASK (keycode != KC_NO)
  3. /*
  4. * MIDI options
  5. */
  6. /* enable basic MIDI features:
  7. - MIDI notes can be sent when in Music mode is on
  8. */
  9. // #define MIDI_BASIC
  10. /* enable advanced MIDI features:
  11. - MIDI notes can be added to the keymap
  12. - Octave shift and transpose
  13. - Virtual sustain, portamento, and modulation wheel
  14. - etc.
  15. */
  16. //#define MIDI_ADVANCED
  17. /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */
  18. //#define MIDI_TONE_KEYCODE_OCTAVES 2
  19. // help for fast typist+dual function keys?
  20. #define PERMISSIVE_HOLD
  21. // where is the cord plugged in?
  22. #define MASTER_LEFT