rules.mk 738 B

123456789101112131415161718192021
  1. # Overridden build options from rev1 & rev2
  2. # Debug Options
  3. CONSOLE_ENABLE = yes # Console for debug(+400)
  4. COMMAND_ENABLE = yes # Commands for debug and configuration
  5. # RGB Options
  6. RGBLIGHT_ENABLE = no # Enable global lighting effects. Do not enable with RGB Matrix
  7. RGBLIGHT_ANIMATIONS = no # LED animations
  8. LED_MIRRORED = no # Mirror LEDs across halves (enable DIP 1 on slave, and DIP 2 and 3 on master)
  9. RGB_MATRIX_ENABLE = WS2812 # Enable per-key coordinate based RGB effects. Do not enable with RGBlight
  10. # Userspace implements their own LTO
  11. LINK_TIME_OPTIMIZATION_ENABLE = no
  12. # Do not edit past here
  13. include keyboards/$(KEYBOARD)/post_rules.mk