aboutsummaryrefslogtreecommitdiff
path: root/keyboards/gingham/rules.mk
diff options
context:
space:
mode:
authoryiancar <yiangosyiangou@cytanet.com.cy>2019-07-16 03:11:59 +0100
committerDrashna Jaelre <drashna@live.com>2019-07-15 19:11:59 -0700
commit3538955778c253e68779605cc67c27e15d195729 (patch)
tree3287594c4d9dbabbcf26a5a0d7461362c6509883 /keyboards/gingham/rules.mk
parent7d557a0514e2cef42a3d460f6cc78771b5df0a30 (diff)
downloadqmk_firmware-3538955778c253e68779605cc67c27e15d195729.tar.gz
qmk_firmware-3538955778c253e68779605cc67c27e15d195729.zip
Usbasploader bootloader option addition (#6304)
* Added USBasp bootloader option for USBasploader * author comment * ifdef fix :) * Add usbasp target * Update docs/flashing.md Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update docs/flashing.md Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update docs/flashing.md Co-Authored-By: fauxpark <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/gingham/rules.mk')
-rw-r--r--keyboards/gingham/rules.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/keyboards/gingham/rules.mk b/keyboards/gingham/rules.mk
index b66b07129..83f424ba0 100644
--- a/keyboards/gingham/rules.mk
+++ b/keyboards/gingham/rules.mk
@@ -49,7 +49,7 @@ OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
49# atmega32a bootloadHID 49# atmega32a bootloadHID
50# 50#
51# This uses usbaspbootloader 51# This uses usbaspbootloader
52# BOOTLOADER = atmel-dfu 52BOOTLOADER = USBasp
53 53
54# If you don't know the bootloader type, then you can specify the 54# If you don't know the bootloader type, then you can specify the
55# Boot Section Size in *bytes* by uncommenting out the OPT_DEFS line 55# Boot Section Size in *bytes* by uncommenting out the OPT_DEFS line
@@ -58,8 +58,6 @@ OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
58# Atmel DFU loader 4096 58# Atmel DFU loader 4096
59# LUFA bootloader 4096 59# LUFA bootloader 4096
60# USBaspLoader 2048 60# USBaspLoader 2048
61# OPT_DEFS += -DBOOTLOADER_SIZE=4096
62OPT_DEFS += -DBOOTLOADER_SIZE=2048
63 61
64# Flash program via avrdude, but default command is not suitable. 62# Flash program via avrdude, but default command is not suitable.
65# You can use plaid:default:program 63# You can use plaid:default:program