config.h 781 B

12345678910111213141516171819202122232425262728293031323334353637
  1. #pragma once
  2. //#include "../../config.h"
  3. //#define MUSIC_MASK (keycode != KC_NO)
  4. /*
  5. * MIDI options
  6. */
  7. /* enable basic MIDI features:
  8. - MIDI notes can be sent when in Music mode is on
  9. */
  10. //#define MIDI_BASIC
  11. /* enable advanced MIDI features:
  12. - MIDI notes can be added to the keymap
  13. - Octave shift and transpose
  14. - Virtual sustain, portamento, and modulation wheel
  15. - etc.
  16. */
  17. //#define MIDI_ADVANCED
  18. /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */
  19. //#define MIDI_TONE_KEYCODE_OCTAVES 2
  20. #define RGBLIGHT_SLEEP
  21. #define TAPPING_TOGGLE 2
  22. #define ALT_F4 LALT(KC_F4)
  23. #define CTALDEL LSFT(LCTL(KC_ESC))
  24. #define NO_DEBUG
  25. #define CTLZ LCTL(KC_Z)
  26. #define CTLX LCTL(KC_X)
  27. #define CTLC LCTL(KC_C)
  28. #define CTLV LCTL(KC_V)