2020-05-01 17:59:22 +01:00
|
|
|
# MCU name
|
|
|
|
MCU = attiny85
|
|
|
|
|
|
|
|
# Bootloader selection
|
2022-02-06 22:59:03 +00:00
|
|
|
BOOTLOADER = custom
|
2020-05-01 17:59:22 +01:00
|
|
|
OPT_DEFS += -DBOOTLOADER_SIZE=1862
|
|
|
|
PROGRAM_CMD = micronucleus --run $(BUILD_DIR)/$(TARGET).hex
|
|
|
|
|
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
2021-08-06 23:59:56 -07:00
|
|
|
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
2020-05-01 17:59:22 +01:00
|
|
|
MOUSEKEY_ENABLE = no # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = no # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
|
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
2021-12-09 16:05:44 +11:00
|
|
|
NKRO_ENABLE = no # Enable N-Key Rollover
|
2021-09-20 16:51:00 +10:00
|
|
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
2020-05-01 17:59:22 +01:00
|
|
|
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
2021-09-21 20:04:03 +10:00
|
|
|
AUDIO_ENABLE = no # Audio output
|
2020-05-01 17:59:22 +01:00
|
|
|
|
|
|
|
# Save as much space as we can...
|
|
|
|
LTO_ENABLE = yes
|
|
|
|
GRAVE_ESC_ENABLE = no
|
|
|
|
MAGIC_ENABLE = no
|
|
|
|
SPACE_CADET_ENABLE = no
|