summaryrefslogtreecommitdiff
path: root/keyboards/ez_maker
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-02-05 16:55:24 +1100
committerGitHub <noreply@github.com>2022-02-05 16:55:24 +1100
commitf4f3bf81c79516b3ad1a0e8c05ef8986f8b546eb (patch)
tree4edfa06de7c9f3194c85a29cbf2fcd2e9ba71983 /keyboards/ez_maker
parente16dd1bcc0cc17b9c99996e2830dda194899a204 (diff)
Add missing `BOOTLOADER` for a handful of boards (#16225)
Diffstat (limited to 'keyboards/ez_maker')
-rw-r--r--keyboards/ez_maker/directpins/teensy_32/info.json1
-rw-r--r--keyboards/ez_maker/directpins/teensy_lc/info.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/ez_maker/directpins/teensy_32/info.json b/keyboards/ez_maker/directpins/teensy_32/info.json
index 5cebcae152..0a6ac5c374 100644
--- a/keyboards/ez_maker/directpins/teensy_32/info.json
+++ b/keyboards/ez_maker/directpins/teensy_32/info.json
@@ -4,6 +4,7 @@
"maintainer": "skullydazed",
"debounce": 5,
"processor": "MK20DX256",
+ "bootloader": "halfkay",
"features": {
"bootmagic": true,
"extrakey": true,
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,