rules.mk 322 B

12345678910111213141516
  1. SRC += jarred.c
  2. ifneq (,$(findstring planck,$(KEYBOARD)))
  3. # Enable backlight for rev4 planck only
  4. ifneq (,$(findstring rev4,$(KEYBOARD)))
  5. BACKLIGHT_ENABLE = yes
  6. BACKLIGHT_BREATHING = yes
  7. else
  8. BACKLIGHT_ENABLE = no
  9. BACKLIGHT_BREATHING = no
  10. endif
  11. AUDIO_ENABLE = yes
  12. endif
  13. MOUSEKEY_ENABLE = no