1
0

config.h 672 B

1234567891011121314151617181920212223242526272829303132
  1. #pragma once
  2. #define USE_SERIAL
  3. // #define MUSIC_MASK (keycode != KC_NO)
  4. /*
  5. * MIDI options
  6. */
  7. /* enable basic MIDI features:
  8. - MIDI notes can be sent when in Music mode is on
  9. */
  10. // #define MIDI_BASIC
  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. // help for fast typist+dual function keys?
  21. #define PERMISSIVE_HOLD
  22. // where is the cord plugged in?
  23. #define MASTER_LEFT