diff options
author | Ryan <fauxpark@gmail.com> | 2022-02-05 16:55:24 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-05 16:55:24 +1100 |
commit | f4f3bf81c79516b3ad1a0e8c05ef8986f8b546eb (patch) | |
tree | 4edfa06de7c9f3194c85a29cbf2fcd2e9ba71983 /keyboards/ez_maker/directpins/teensy_lc | |
parent | e16dd1bcc0cc17b9c99996e2830dda194899a204 (diff) | |
download | qmk_firmware-f4f3bf81c79516b3ad1a0e8c05ef8986f8b546eb.tar.gz qmk_firmware-f4f3bf81c79516b3ad1a0e8c05ef8986f8b546eb.zip |
Add missing `BOOTLOADER` for a handful of boards (#16225)
Diffstat (limited to 'keyboards/ez_maker/directpins/teensy_lc')
-rw-r--r-- | keyboards/ez_maker/directpins/teensy_lc/info.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/ez_maker/directpins/teensy_lc/info.json b/keyboards/ez_maker/directpins/teensy_lc/info.json index 856a462bb7..1e88239d41 100644 --- a/keyboards/ez_maker/directpins/teensy_lc/info.json +++ b/keyboards/ez_maker/directpins/teensy_lc/info.json @@ -4,6 +4,7 @@ "maintainer": "skullydazed", "debounce": 5, "processor": "MKL26Z64", + "bootloader": "halfkay", "features": { "bootmagic": true, "extrakey": true, |