You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
322 B

  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