Makefile 328 B

1234567891011
  1. # Having a file like this allows you to override Makefile definitions
  2. # for your own particular keymap
  3. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
  4. COMMAND_ENABLE = no # Commands for debug and configuration
  5. RGBLIGHT_ENABLE ?= yes
  6. MIDI_ENABLE ?= yes
  7. ifndef QUANTUM_DIR
  8. include ../../../../Makefile
  9. endif