rules.mk 521 B

12345678910111213141516171819
  1. ifndef QUANTUM_DIR
  2. include ../../../../Makefile
  3. endif
  4. MOUSEKEY_ENABLE = yes # Mouse keys(+4700)
  5. COMMAND_ENABLE = no # Commands for debug and configuration
  6. CONSOLE_ENABLE = no # Console for debug(+400)
  7. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
  8. API_SYSEX_ENABLE = no
  9. ifneq (,$(findstring planck/light,$(KEYBOARD)))
  10. AUDIO_ENABLE = yes
  11. BACKLIGHT_ENABLE = no
  12. RGB_MATRIX_ENABLE = yes
  13. else
  14. AUDIO_ENABLE = no
  15. BACKLIGHT_ENABLE = yes
  16. RGB_MATRIX_ENABLE = no
  17. endif