forked from mirrors/qmk_userspace
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
d37900b906
3 changed files with 7 additions and 1 deletions
|
|
@ -11,6 +11,9 @@ MCU = atmega32u4
|
|||
# ATmega328P USBasp
|
||||
BOOTLOADER = lufa-ms
|
||||
|
||||
# This board uses the older unsafe 6k version of lufa-ms
|
||||
BOOTLOADER_SIZE = 6144
|
||||
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
|
|
|
|||
|
|
@ -11,6 +11,9 @@ MCU = atmega32u4
|
|||
# ATmega328P USBasp
|
||||
BOOTLOADER = lufa-ms
|
||||
|
||||
# This board uses the older unsafe 6k version of lufa-ms
|
||||
BOOTLOADER_SIZE = 6144
|
||||
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue