config.h 626 B

123456789101112131415161718192021222324252627282930
  1. #ifndef CONFIG_USER_H
  2. #define CONFIG_USER_H
  3. #include "../../config.h"
  4. #define FORCE_NKRO
  5. #undef WORKMAN_SOUND
  6. #define WORKMAN_SOUND COLEMAK_SOUND
  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
  23. #endif