config.h 665 B

12345678910111213141516171819202122232425262728293031
  1. #pragma once
  2. #ifdef AUDIO_ENABLE
  3. #define STARTUP_SONG SONG(PLANCK_SOUND)
  4. #define AUDIO_CLICKY
  5. #endif
  6. /*
  7. * MIDI options
  8. */
  9. /* enable basic MIDI features:
  10. - MIDI notes can be sent when in Music mode is on
  11. */
  12. #define MIDI_BASIC
  13. /* enable advanced MIDI features:
  14. - MIDI notes can be added to the keymap
  15. - Octave shift and transpose
  16. - Virtual sustain, portamento, and modulation wheel
  17. - etc.
  18. */
  19. //#define MIDI_ADVANCED
  20. /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */
  21. //#define MIDI_TONE_KEYCODE_OCTAVES 2
  22. // Most tactile encoders have detents every 4 stages
  23. #define ENCODER_RESOLUTION 4