summaryrefslogtreecommitdiff
path: root/keyboards/handwired/oem_ansi_fullsize/oem_ansi_fullsize.c
diff options
context:
space:
mode:
authorCian Johnston <public@cianjohnston.ie>2021-08-07 07:51:03 +0100
committerGitHub <noreply@github.com>2021-08-06 23:51:03 -0700
commit9d88786b6fc6b1e9eeeba409cb5e4a17dd2bbe82 (patch)
tree982b5950463418f5fd67858f190c8ce0c4cd71fd /keyboards/handwired/oem_ansi_fullsize/oem_ansi_fullsize.c
parente4342f86305e512be2b3a52a07e7c7dc591ae6a9 (diff)
[Keyboard] add handwired/oem_ansi_fullsize (#13857)
* Add new keyboard oem_ansi_fullsize * clang-fmt * Update keyboards/handwired/oem_ansi_fullsize/rules.mk Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/handwired/oem_ansi_fullsize/readme.md Co-authored-by: Joel Challis <git@zvecr.com> * update info.json using qmk c2json * update info.json * move diagram to readme * add matrix cols/rows to info.json * fixup! add matrix cols/rows to info.json * rename layout, fix block comment * s/ansi_fullsize/fullsize_ansi/g Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'keyboards/handwired/oem_ansi_fullsize/oem_ansi_fullsize.c')
-rw-r--r--keyboards/handwired/oem_ansi_fullsize/oem_ansi_fullsize.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/handwired/oem_ansi_fullsize/oem_ansi_fullsize.c b/keyboards/handwired/oem_ansi_fullsize/oem_ansi_fullsize.c
new file mode 100644
index 0000000000..14004599aa
--- /dev/null
+++ b/keyboards/handwired/oem_ansi_fullsize/oem_ansi_fullsize.c
@@ -0,0 +1,17 @@
+/* Copyright 2021 Cian Johnston
+ *
+ * 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 "oem_ansi_fullsize.h"