summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/acacia/acacia.c
diff options
context:
space:
mode:
authorJens Peter Secher <jpsecher@gmail.com>2023-01-13 12:04:16 +0100
committerGitHub <noreply@github.com>2023-01-13 03:04:16 -0800
commit0de7ccedac4fba00f0e39cfa37f59ef0cd6059c3 (patch)
tree711547af8ac3abc245188392e9e78ad6bfcc99d0 /keyboards/handwired/acacia/acacia.c
parente1feab3167e859fd2b269176808f1e4789bb1f5d (diff)
[Keyboard] Acacia keyboard (#19532)
Diffstat (limited to 'keyboards/handwired/acacia/acacia.c')
-rw-r--r--keyboards/handwired/acacia/acacia.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/handwired/acacia/acacia.c b/keyboards/handwired/acacia/acacia.c
new file mode 100644
index 0000000000..276b23552a
--- /dev/null
+++ b/keyboards/handwired/acacia/acacia.c
@@ -0,0 +1,17 @@
+/* Copyright 2022 Jens Peter Secher <jpsecher@gmail.com>
+ *
+ * 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 "acacia.h"