config.h 617 B

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