2
0

rules.mk 1.4 KB

1234567891011121314151617181920212223242526272829303132
  1. # project specific files
  2. SRC = led_programs.c
  3. SRC += matrix.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(+1000)
  12. MOUSEKEY_ENABLE = no # Mouse keys(+4700)
  13. EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
  14. CONSOLE_ENABLE = no # Console for debug(+400)
  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 (+2400 to 4200, depending on config)
  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. FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
  27. HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400)
  28. VIRTSER_ENABLE = no # USB Serial Driver
  29. RAW_ENABLE = no # Raw device