rules.mk 1.5 KB

1234567891011121314151617181920212223242526272829303132333435
  1. # project specific files
  2. SRC += rgb_matrix_user.c
  3. #For platform and packs
  4. ARM_ATSAM = SAMD51J18A
  5. MCU = cortex-m4
  6. CUSTOM_MATRIX = yes
  7. # Build Options
  8. # comment out to disable the options.
  9. #
  10. BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
  11. MOUSEKEY_ENABLE = no # Mouse keys(+4700)
  12. EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
  13. CONSOLE_ENABLE = no # Console for debug(+400)
  14. COMMAND_ENABLE = no # Commands for debug and configuration
  15. # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
  16. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
  17. # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
  18. NKRO_ENABLE = yes # USB Nkey Rollover
  19. BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default
  20. RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
  21. MIDI_ENABLE = no # MIDI support (+2400 to 4200, depending on config)
  22. UNICODE_ENABLE = no # Unicode
  23. BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
  24. AUDIO_ENABLE = no # Audio output on port C6
  25. FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
  26. HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400)
  27. VIRTSER_ENABLE = no # USB Serial Driver
  28. RAW_ENABLE = no # Raw device
  29. AUTO_SHIFT_ENABLE = no # Auto Shift
  30. # This keymap requires Massdrop Configurator support
  31. OPT_DEFS += -DUSE_MASSDROP_CONFIGURATOR