logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

config.h (508B)


  1. #pragma once
  2. // place overrides here
  3. /*
  4. * MIDI options
  5. */
  6. /* enable basic MIDI features:
  7. - MIDI notes can be sent when in Music mode is on
  8. */
  9. #define MIDI_BASIC
  10. /* enable advanced MIDI features:
  11. - MIDI notes can be added to the keymap
  12. - Octave shift and transpose
  13. - Virtual sustain, portamento, and modulation wheel
  14. - etc.
  15. */
  16. //#define MIDI_ADVANCED
  17. /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */
  18. //#define MIDI_TONE_KEYCODE_OCTAVES 2