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.

30 lines
818 B

  1. SRC += dshields.c
  2. MOUSEKEY_ENABLE = yes # Mouse keys(+4700)
  3. COMMAND_ENABLE = no # Commands for debug and configuration
  4. CONSOLE_ENABLE = no # Console for debug(+400)
  5. EXTRAKEY_ENABLE = no
  6. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
  7. SPACE_CADET_ENABLE = no
  8. LEADER_ENABLE = no
  9. DYNAMIC_MACRO_ENABLE = yes
  10. LTO_ENABLE = yes
  11. ifeq ($(strip $(KEYBOARD)), planck/rev3)
  12. AUDIO_ENABLE = no
  13. BACKLIGHT_ENABLE = yes
  14. RGB_MATRIX_ENABLE = no
  15. endif
  16. ifeq ($(strip $(KEYBOARD)), planck/rev6)
  17. CFLAGS += -Wno-error=deprecated
  18. EXTRALDFLAGS = -Wl,--build-id=none
  19. AUDIO_ENABLE = no
  20. BACKLIGHT_ENABLE = no
  21. RGB_MATRIX_ENABLE = no
  22. endif
  23. ifeq ($(strip $(KEYBOARD)), planck/light)
  24. AUDIO_ENABLE = yes
  25. BACKLIGHT_ENABLE = no
  26. RGB_MATRIX_ENABLE = yes
  27. endif