config.h 695 B

1234567891011121314151617181920212223242526272829303132
  1. #ifndef CONFIG_USER_H
  2. #define CONFIG_USER_H
  3. #include "../../config.h"
  4. #define FORCE_NKRO
  5. #define WORKMAN_SOUND COLEMAK_SOUND
  6. /*
  7. * MIDI options
  8. */
  9. /* Prevent use of disabled MIDI features in the keymap */
  10. //#define MIDI_ENABLE_STRICT 1
  11. /* enable basic MIDI features:
  12. - MIDI notes can be sent when in Music mode is on
  13. */
  14. #define MIDI_BASIC
  15. /* enable advanced MIDI features:
  16. - MIDI notes can be added to the keymap
  17. - Octave shift and transpose
  18. - Virtual sustain, portamento, and modulation wheel
  19. - etc.
  20. */
  21. //#define MIDI_ADVANCED
  22. /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */
  23. //#define MIDI_TONE_KEYCODE_OCTAVES 2
  24. #endif