You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
871 B

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