summaryrefslogtreecommitdiff
path: root/keyboards/7splus/7splus.c
diff options
context:
space:
mode:
authorSalicylic-acid3 <46864619+Salicylic-acid3@users.noreply.github.com>2020-10-16 13:12:09 +0900
committerGitHub <noreply@github.com>2020-10-15 21:12:09 -0700
commit73699cccbce4bf04fb2667eb7c1d037f6163986a (patch)
tree6c3f2cc7e7630af5df8c2adb33067cb9472682d1 /keyboards/7splus/7splus.c
parent229dbcc547292e474113fdcaf508a3287564e946 (diff)
[Keyboard] Add 7splus keyboard (#10538)
* Add 7splus keyboard. A 85 keys ANSI Layout split keyboard. Salicylic-acid3 * Update keyboards/7splus/keymaps/default/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/7splus/keymaps/salicylic/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/7splus/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Added VIA keymap and a few updates Adding a VIA Keymap Updating the key layout diagram Copywrite added for salicylic keymap Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/7splus/7splus.c')
-rw-r--r--keyboards/7splus/7splus.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/7splus/7splus.c b/keyboards/7splus/7splus.c
new file mode 100644
index 0000000000..ca94ab0efa
--- /dev/null
+++ b/keyboards/7splus/7splus.c
@@ -0,0 +1,17 @@
+/*
+Copyright 2020 Salicylic_Acid
+
+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 "7splus.h"