diff options
author | Ryan <fauxpark@gmail.com> | 2022-09-01 02:36:41 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-31 17:36:41 +0100 |
commit | 50c4ca3426f555310441268275c635929eaef3a0 (patch) | |
tree | d0a49bc805747224bb0670b5632777cd72a78924 /keyboards/handwired/3dortho14u | |
parent | bb6f02883363b815de8e2510964787634f86d635 (diff) |
Ensure all keyboards have a bootloader set (#18234)
Diffstat (limited to 'keyboards/handwired/3dortho14u')
-rw-r--r-- | keyboards/handwired/3dortho14u/rev1/info.json | 1 | ||||
-rw-r--r-- | keyboards/handwired/3dortho14u/rev2/info.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/handwired/3dortho14u/rev1/info.json b/keyboards/handwired/3dortho14u/rev1/info.json index bd9220281c..2c8e229c02 100644 --- a/keyboards/handwired/3dortho14u/rev1/info.json +++ b/keyboards/handwired/3dortho14u/rev1/info.json @@ -4,6 +4,7 @@ "url": "", "maintainer": "xia0", "processor": "atmega32u4", + "bootloader": "atmel-dfu", "debounce": 5, "diode_direction": "COL2ROW", "features": { diff --git a/keyboards/handwired/3dortho14u/rev2/info.json b/keyboards/handwired/3dortho14u/rev2/info.json index 7f241f35ff..28986f295e 100644 --- a/keyboards/handwired/3dortho14u/rev2/info.json +++ b/keyboards/handwired/3dortho14u/rev2/info.json @@ -4,6 +4,7 @@ "url": "", "maintainer": "xia0", "processor": "atmega32u4", + "bootloader": "atmel-dfu", "debounce": 5, "diode_direction": "COL2ROW", "features": { |