rules.mk 1014 B

12345678910111213141516171819202122232425262728293031
  1. SRC = matrix.c
  2. # MCU name
  3. MCU = atmega16u2
  4. # Boot Section Size in *bytes*
  5. # Teensy halfKay 512
  6. # Teensy++ halfKay 1024
  7. # Atmel DFU loader 4096
  8. # LUFA bootloader 4096
  9. # USBaspLoader 2048
  10. OPT_DEFS += -DBOOTLOADER_SIZE=4096
  11. # Build Options
  12. # comment out to disable the options.
  13. #
  14. BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
  15. MOUSEKEY_ENABLE = no # Mouse keys(+4700)
  16. EXTRAKEY_ENABLE = no # Audio control and System control(+450)
  17. CONSOLE_ENABLE = no # Console for debug(+400)
  18. COMMAND_ENABLE = no # Commands for debug and configuration
  19. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
  20. NKRO_ENABLE = no # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
  21. BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
  22. MIDI_ENABLE = no # MIDI controls
  23. AUDIO_ENABLE = no
  24. UNICODE_ENABLE = no # Unicode
  25. BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
  26. CUSTOM_MATRIX = yes