rules.mk 1.2 KB

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