Makefile 350 B

12345678910
  1. # Build Options
  2. # change to "no" to disable the options, or define them in the Makefile in
  3. # the appropriate keymap folder that will get included automatically
  4. #
  5. RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time.
  6. AUDIO_ENABLE = no
  7. ifndef QUANTUM_DIR
  8. include ../../../../Makefile
  9. endif