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
319 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 $(RGBLIGHT_ENABLE)), yes)
  12. # Include my fancy rgb functions source here
  13. SRC += layer_rgb.c
  14. endif