summaryrefslogtreecommitdiff
path: root/keyboards/splitography/splitography.c
diff options
context:
space:
mode:
authorAlexis Jeandeau <alexis.jeandeau@gmail.com>2021-11-17 11:59:03 +0900
committerGitHub <noreply@github.com>2021-11-16 18:59:03 -0800
commit3d49069a46b42d2a0e4d8b7537ac4ccf41e6402d (patch)
treea49bd00ad8c8055732b1a656f953d0d7e10d572f /keyboards/splitography/splitography.c
parent596511a959269097d640cf59fa0ad6ddb376b674 (diff)
[Keyboard] Add SOFT/HRUF Splitography keyboard (#15133)
Diffstat (limited to 'keyboards/splitography/splitography.c')
-rw-r--r--keyboards/splitography/splitography.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/splitography/splitography.c b/keyboards/splitography/splitography.c
new file mode 100644
index 0000000000..4fe3452ef2
--- /dev/null
+++ b/keyboards/splitography/splitography.c
@@ -0,0 +1,17 @@
+/* Copyright 2021 Alexis Jeandeau
+ *
+ * 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 "splitography.h"