2018-08-02 17:40:40 -04:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32u4
|
|
|
|
|
2019-10-06 05:09:35 +11:00
|
|
|
# Processor frequency
|
2018-08-02 17:40:40 -04:00
|
|
|
F_CPU = 8000000
|
|
|
|
|
2019-10-06 05:09:35 +11:00
|
|
|
# Bootloader selection
|
2018-08-02 17:40:40 -04:00
|
|
|
BOOTLOADER = caterina
|
|
|
|
|
|
|
|
# Build Options
|
2021-12-13 13:05:37 +11:00
|
|
|
# change yes to no to disable
|
2018-08-02 17:40:40 -04:00
|
|
|
#
|
2021-08-06 23:59:56 -07:00
|
|
|
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
2020-01-29 12:51:25 -05:00
|
|
|
MOUSEKEY_ENABLE = no # Mouse keys
|
|
|
|
CONSOLE_ENABLE = yes # Console for debug
|
2019-02-05 00:10:11 +01:00
|
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
2021-12-09 16:05:44 +11:00
|
|
|
NKRO_ENABLE = no # Enable N-Key Rollover
|
2019-02-05 00:10:11 +01:00
|
|
|
EXTRAKEY_ENABLE = yes
|
|
|
|
USB_HID_ENABLE = yes
|
|
|
|
BACKLIGHT_ENABLE = no
|
|
|
|
CUSTOM_MATRIX = yes
|
2018-08-02 17:40:40 -04:00
|
|
|
|
2019-02-05 00:10:11 +01:00
|
|
|
SRC = matrix.c m0110.c
|