summaryrefslogtreecommitdiff
path: root/keyboards/irene/irene.c
diff options
context:
space:
mode:
authorRamon Imbao <ramonimbao@gmail.com>2021-08-14 12:54:38 +0800
committerGitHub <noreply@github.com>2021-08-13 21:54:38 -0700
commit088d6abf5455ab8ea3e7f3071cd7ce674f12fce8 (patch)
treeb196476a0b21aa75cd8b58a0fcd4b02036487a9d /keyboards/irene/irene.c
parent2881517097b3b2e74a4c5e8d39306c2218974217 (diff)
[Keyboard] Add Irene Keyboard (#13991)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/irene/irene.c')
-rw-r--r--keyboards/irene/irene.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/irene/irene.c b/keyboards/irene/irene.c
new file mode 100644
index 0000000000..f0f4751c52
--- /dev/null
+++ b/keyboards/irene/irene.c
@@ -0,0 +1,17 @@
+/* Copyright 2021 Ramon Imbao
+ *
+ * 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/>.
+ */
+
+#include "irene.h"