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.

22 lines
663 B

  1. SRC += jonavin.c
  2. ifeq ($(strip $(ENCODER_DEFAULTACTIONS_ENABLE)), yes)
  3. OPT_DEFS += -DENCODER_DEFAULTACTIONS_ENABLE
  4. endif
  5. ifeq ($(strip $(TD_LSFT_CAPSLOCK_ENABLE)), yes)
  6. OPT_DEFS += -DTD_LSFT_CAPSLOCK_ENABLE
  7. endif
  8. ifeq ($(strip $(IDLE_TIMEOUT_ENABLE)), yes)
  9. OPT_DEFS += -DIDLE_TIMEOUT_ENABLE
  10. endif
  11. ifeq ($(strip $(STARTUP_NUMLOCK_ON)), yes)
  12. OPT_DEFS += -DSTARTUP_NUMLOCK_ON
  13. endif
  14. ifeq ($(strip $(COLEMAK_LAYER_ENABLE)), yes)
  15. OPT_DEFS += -DCOLEMAK_LAYER_ENABLE
  16. endif
  17. ifeq ($(strip $(EMOTICON_ENABLE)), yes)
  18. OPT_DEFS += -DEMOTICON_ENABLE
  19. endif
  20. ifeq ($(strip $(INVERT_NUMLOCK_INDICATOR)), yes)
  21. OPT_DEFS += -DINVERT_NUMLOCK_INDICATOR
  22. endif