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 | |
| parent | bf362b58e8dcb6c92f595ce831e748571fecad72 (diff) | |
| download | qmk_firmware-44660e77a4e4c3f6ab180df1f8135ba0691dc012.tar.gz qmk_firmware-44660e77a4e4c3f6ab180df1f8135ba0691dc012.zip | |
allow programming the tomato keyboard through the reset keycode (#3201)
| -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 482f99b22..61ea958d7 100644 --- a/keyboards/tomato/rules.mk +++ b/keyboards/tomato/rules.mk | |||
| @@ -38,7 +38,7 @@ OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT | |||
| 38 | 38 | ||
| 39 | 39 | ||
| 40 | # Boot Section Size in *bytes* | 40 | # Boot Section Size in *bytes* |
| 41 | OPT_DEFS += -DBOOTLOADER_SIZE=4096 | 41 | BOOTLOADER = caterina |
| 42 | 42 | ||
| 43 | 43 | ||
| 44 | # Build Options | 44 | # Build Options |
