rules.mk 404 B

123456789101112131415
  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. AUDIO_ENABLE = no
  6. NKRO_ENABLE = yes
  7. # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
  8. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
  9. ifndef QUANTUM_DIR
  10. include ../../../../Makefile
  11. endif