rules.mk 764 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 = yes # Enable Bootmagic Lite
  9. ifeq ($(strip $(KEYBOARD)), crkbd/rev1)
  10. RGB_MATRIX_ENABLE = yes
  11. EXTRAFLAGS += -flto
  12. BOOTLOADER = qmk-dfu
  13. OLED_ENABLE = yes
  14. OLED_DRIVER = SSD1306
  15. endif
  16. ifeq ($(strip $(KEYBOARD)), lazydesigners/dimple)
  17. MOUSEKEY_ENABLE = no # Mouse keys
  18. EXTRAKEY_ENABLE = yes # Audio control and System control
  19. BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality on B7 by default
  20. RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
  21. endif
  22. SRC += tominabox1.c