Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added XW60 PCB #6011

Merged
merged 11 commits into from
May 29, 2019
Prev Previous commit
Next Next commit
Update rules.mk
  • Loading branch information
itsdrdick authored May 29, 2019
commit 935ed857cc7b1460672a4d85ee74951ab5c57a89
16 changes: 8 additions & 8 deletions keyboards/xw60/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ F_USB = $(F_CPU)
# Interrupt driven control endpoint task(+60)
OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT


# Boot Section Size in *bytes*
# Teensy halfKay 512
# Teensy++ halfKay 1024
# Atmel DFU loader 4096
# LUFA bootloader 4096
# USBaspLoader 2048
OPT_DEFS += -DBOOTLOADER_SIZE=4096
# Bootloader selection
# Teensy halfkay
# Pro Micro caterina
# Atmel DFU atmel-dfu
# LUFA DFU lufa-dfu
# QMK DFU qmk-dfu
# atmega32a bootloadHID
BOOTLOADER = atmel-dfu

# Build Options
# change to "no" to disable the options, or define them in the Makefile in
Expand Down