2019-10-24 20:50:13 +00:00
|
|
|
# MCU name
|
2018-02-23 18:16:10 +00:00
|
|
|
MCU = atmega32u4
|
|
|
|
|
2019-10-24 20:50:13 +00:00
|
|
|
# Bootloader selection
|
|
|
|
BOOTLOADER = atmel-dfu
|
2018-07-19 03:03:40 +00:00
|
|
|
|
2020-02-05 02:41:19 +00:00
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
2021-11-04 21:18:09 +00:00
|
|
|
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
2020-02-05 02:41:19 +00:00
|
|
|
MOUSEKEY_ENABLE = no # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
|
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
2021-12-09 05:05:44 +00:00
|
|
|
NKRO_ENABLE = no # Enable N-Key Rollover
|
2020-02-05 02:41:19 +00:00
|
|
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|
|
|
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
2021-08-08 03:37:13 +00:00
|
|
|
RGBLIGHT_CUSTOM_DRIVER = yes # RGB code is implemented in lfkeyboards, not qmk base
|
2021-09-21 10:04:03 +00:00
|
|
|
AUDIO_ENABLE = no # Audio output
|
2021-12-01 10:13:00 +00:00
|
|
|
SLEEP_LED_ENABLE = yes
|
2018-12-10 19:38:57 +00:00
|
|
|
|
2020-02-05 02:41:19 +00:00
|
|
|
ISSI_ENABLE = yes # If the I2C pullup resistors aren't installed this must be disabled
|
|
|
|
WATCHDOG_ENABLE = no # Resets keyboard if matrix_scan() isn't run every 250ms
|
2018-12-10 19:38:57 +00:00
|
|
|
|
2019-10-24 20:50:13 +00:00
|
|
|
SRC = TWIlib.c issi.c lighting.c
|