Makefile 240 B

123456
  1. RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time.
  2. AUDIO_ENABLE = no # Audio disabled while using RGB underlight.
  3. ifndef QUANTUM_DIR
  4. include ../../../../Makefile
  5. endif