rules.mk 793 B

1234567891011121314151617181920212223242526
  1. # Build Options
  2. # change to "no" to disable the options, or define them in the Makefile in
  3. # the appropriate keymap folder that will get included automatically
  4. #
  5. CONSOLE_ENABLE = no
  6. TAP_DANCE_ENABLE = yes
  7. NKRO_ENABLE = yes
  8. BOOTMAGIC_ENABLE = full # Virtual DIP switch configuration
  9. ifeq ($(strip $(KEYBOARD)), crkbd/rev1)
  10. RGB_MATRIX_ENABLE = WS2812
  11. EXTRAFLAGS += -flto
  12. BOOTLOADER = qmk-dfu
  13. OLED_DRIVER_ENABLE = yes
  14. endif
  15. ifeq ($(strip $(KEYBOARD)), lazydesigners/dimple)
  16. MOUSEKEY_ENABLE = no # Mouse keys
  17. EXTRAKEY_ENABLE = yes # Audio control and System control
  18. BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality on B7 by default
  19. RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
  20. # RGB_MATRIX_ENABLE = WS2812
  21. endif
  22. SRC += tominabox1.c