rules.mk 768 B

12345678910111213141516171819202122
  1. # Build Options
  2. # change yes to no to disable
  3. #
  4. BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
  5. MOUSEKEY_ENABLE = yes # Mouse keys
  6. EXTRAKEY_ENABLE = yes # Audio control and System control
  7. CONSOLE_ENABLE = no # Console for debug
  8. COMMAND_ENABLE = yes # Commands for debug and configuration
  9. NKRO_ENABLE = no # Enable N-Key Rollover
  10. BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
  11. AUDIO_ENABLE = no # Audio output
  12. SRC += mxss_frontled.c
  13. # Remove the common RGB light code and use my iteration instead
  14. COMMON_VPATH += $(QUANTUM_DIR)/rgblight
  15. OPT_DEFS += -DRGBLIGHT_ENABLE
  16. SRC += rgblight.c
  17. SRC += $(QUANTUM_DIR)/color.c
  18. WS2812_DRIVER_REQUIRED = yes
  19. CIE1931_CURVE = yes
  20. RGB_KEYCODES_ENABLE = yes