summaryrefslogtreecommitdiff
path: root/keyboards/kbdfans/odin75/lib/bongocat.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2023-12-17 02:18:48 +0000
committerQMK Bot <hello@qmk.fm>2023-12-17 02:18:48 +0000
commit9ec0f3cd59ef7ca4b19cab5a66c4693ff15cf05d (patch)
tree3a8c0747a77220fd171581d6ce956fd13f3e2a6e /keyboards/kbdfans/odin75/lib/bongocat.h
parent11be3e7c649185f9339158c47f161d48d32f0908 (diff)
parentbd932f1cce420a77adbef56e2606d1a70a508b00 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/kbdfans/odin75/lib/bongocat.h')
-rw-r--r--keyboards/kbdfans/odin75/lib/bongocat.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/kbdfans/odin75/lib/bongocat.h b/keyboards/kbdfans/odin75/lib/bongocat.h
new file mode 100644
index 0000000000..2ffeca1993
--- /dev/null
+++ b/keyboards/kbdfans/odin75/lib/bongocat.h
@@ -0,0 +1,19 @@
+/* Copyright 2022 HorrorTroll <https://github.com/HorrorTroll>
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#pragma once
+
+void render_bongocat(void);