summaryrefslogtreecommitdiff
path: root/keyboards/ingrained/ingrained.c
diff options
context:
space:
mode:
authorjpuerto96 <jpuerto96@hotmail.com>2022-09-01 19:32:47 -0400
committerGitHub <noreply@github.com>2022-09-01 16:32:47 -0700
commit101d7b533745947ef2b92a919d5f02a137428235 (patch)
tree45bc4af11716100256b7e578a0a5e04fea44440a /keyboards/ingrained/ingrained.c
parent7adef85fa4178109998674c1ea9b6166e3dbc7bf (diff)
[Keyboard] Add Ingrained Keyboard (#15928)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Juan Puerto <jpuerto@psc.edu> Co-authored-by: jpuerto-psc <68066250+jpuerto-psc@users.noreply.github.com>
Diffstat (limited to 'keyboards/ingrained/ingrained.c')
-rw-r--r--keyboards/ingrained/ingrained.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/ingrained/ingrained.c b/keyboards/ingrained/ingrained.c
new file mode 100644
index 0000000000..80aa82f840
--- /dev/null
+++ b/keyboards/ingrained/ingrained.c
@@ -0,0 +1,4 @@
+// Copyright 2021 s8erdude (@jpuerto96)
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#include "ingrained.h"