rules.mk 1.3 KB

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