mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-15 04:54:43 +00:00
1e19227b31
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Erovia <Erovia@users.noreply.github.com>
10 lines
185 B
Makefile
10 lines
185 B
Makefile
# MCU name
|
|
MCU = atmega32u4
|
|
|
|
# Bootloader selection
|
|
BOOTLOADER = atmel-dfu
|
|
|
|
# Build Options
|
|
# change yes to no to disable
|
|
#
|
|
NO_USB_STARTUP_CHECK = yes # resolve possible sleep issue
|