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.

33 lines
755 B

  1. TAP_DANCE_ENABLE = yes
  2. EXTRAKEY_ENABLE = yes
  3. BACKLIGHT_ENABLE = no
  4. COMMAND_ENABLE = no
  5. BOOTMAGIC_ENABLE = no
  6. MOUSEKEY_ENABLE = no
  7. AUDIO_ENABLE = no
  8. CONSOLE_ENABLE = no
  9. NKRO_ENABLE = no
  10. SRC += stanrc85.c
  11. ifeq ($(strip $(KEYBOARD)), projectkb/alice/rev2)
  12. SRC += rgblight_layers.c
  13. SRC += startup_fanfare.c
  14. OPT_DEFS += -DHAS_INDICATORS
  15. VIA_ENABLE = yes
  16. LTO_ENABLE = no
  17. VELOCIKEY_ENABLE=yes
  18. endif
  19. ifeq ($(strip $(KEYBOARD)), sneakbox/aliceclone)
  20. SRC += indicator_layers_sneakbox.c
  21. SRC += startup_fanfare.c
  22. OPT_DEFS += -DHAS_INDICATORS
  23. OPT_DEFS += -DHAS_ROTARY
  24. VIA_ENABLE = yes
  25. LTO_ENABLE = no
  26. endif
  27. ifeq ($(strip $(KEYBOARD)), tkc/osav2)
  28. SRC += rgblight_layers_osa.c
  29. VIA_ENABLE = yes
  30. LTO_ENABLE = no
  31. VELOCIKEY_ENABLE=yes
  32. endif