diff options
author | Jon Allen <ylixir@users.noreply.github.com> | 2018-06-18 10:47:00 -0500 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-06-18 08:47:00 -0700 |
commit | 44660e77a4e4c3f6ab180df1f8135ba0691dc012 (patch) | |
tree | 4ff234c431d34ae07d6937b362901a5bfee73644 /keyboards/tomato/rules.mk | |
parent | bf362b58e8dcb6c92f595ce831e748571fecad72 (diff) | |
download | qmk_firmware-44660e77a4e4c3f6ab180df1f8135ba0691dc012.tar.gz qmk_firmware-44660e77a4e4c3f6ab180df1f8135ba0691dc012.zip |
allow programming the tomato keyboard through the reset keycode (#3201)
Diffstat (limited to 'keyboards/tomato/rules.mk')
-rw-r--r-- | keyboards/tomato/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/tomato/rules.mk b/keyboards/tomato/rules.mk index 482f99b223..61ea958d7e 100644 --- a/keyboards/tomato/rules.mk +++ b/keyboards/tomato/rules.mk @@ -38,7 +38,7 @@ OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT # Boot Section Size in *bytes* -OPT_DEFS += -DBOOTLOADER_SIZE=4096 +BOOTLOADER = caterina # Build Options |