diff options
Diffstat (limited to 'keyboards/xd004')
-rw-r--r-- | keyboards/xd004/v1/rules.mk | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/keyboards/xd004/v1/rules.mk b/keyboards/xd004/v1/rules.mk index 9cc03498a..e17ca648e 100644 --- a/keyboards/xd004/v1/rules.mk +++ b/keyboards/xd004/v1/rules.mk @@ -1,17 +1,16 @@ # MCU name MCU = atmega16u2 - -# Boot Section Size in *bytes* -# Teensy halfKay 512 -# Teensy++ halfKay 2048 -# 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 +# ATmega328P USBasp BOOTLOADER = atmel-dfu - # Build Options BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration MOUSEKEY_ENABLE = no # Mouse keys(+4700) |