| 1234567891011121314151617181920212223242526272829303132 |
- # MCU name
- MCU = atmega32u4
- # Processor frequency
- F_CPU = 8000000
- # Bootloader selection
- # Teensy halfkay
- # Pro Micro caterina
- # Atmel DFU atmel-dfu
- # LUFA DFU lufa-dfu
- # QMK DFU qmk-dfu
- # ATmega32A bootloadHID
- # ATmega328P USBasp
- BOOTLOADER = caterina
- # Build Options
- # comment out to disable the options.
- #
- BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
- MOUSEKEY_ENABLE = no # Mouse keys(+4700)
- CONSOLE_ENABLE = yes # Console for debug(+400)
- COMMAND_ENABLE = no # Commands for debug and configuration
- SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
- NKRO_ENABLE = no # USB Nkey Rollover - not yet supported in LUFA
- EXTRAKEY_ENABLE = yes
- USB_HID_ENABLE = yes
- BACKLIGHT_ENABLE = no
- #BLUETOOTH = AdafruitBLE # For Adafruit Feather 32U4 BLE support, uncomment this line
- CUSTOM_MATRIX = yes
- SRC = matrix.c m0110.c
|