summaryrefslogtreecommitdiffstats
path: root/keyboards/afternoonlabs/breeze/breeze.h
diff options
context:
space:
mode:
authorEithan Shavit <eithanshavit@users.noreply.github.com>2021-01-29 19:38:18 -0800
committerGitHub <noreply@github.com>2021-01-29 19:38:18 -0800
commit64da7413a0c2b3ea555288f5d296e3a98a0da6b4 (patch)
tree54a9fceac7275d4489880a724d4cd59a76b7acee /keyboards/afternoonlabs/breeze/breeze.h
parent53b35052eefc8a341cbc68d3d9aba52dfbf59f35 (diff)
[Keyboard] Adding Rev1 to afternoonlabs/breeze (#11611)
* Breeze Rev1 * Better bootmagic and reset * typo Co-authored-by: Eithan Shavit <eithan@fb.com>
Diffstat (limited to 'keyboards/afternoonlabs/breeze/breeze.h')
-rw-r--r--keyboards/afternoonlabs/breeze/breeze.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/afternoonlabs/breeze/breeze.h b/keyboards/afternoonlabs/breeze/breeze.h
index 740289961a..9a98bb9e69 100644
--- a/keyboards/afternoonlabs/breeze/breeze.h
+++ b/keyboards/afternoonlabs/breeze/breeze.h
@@ -19,3 +19,6 @@
#ifdef KEYBOARD_afternoonlabs_breeze_rev0
# include "rev0.h"
#endif
+#ifdef KEYBOARD_afternoonlabs_breeze_rev1
+# include "rev1.h"
+#endif