summaryrefslogtreecommitdiff
path: root/keyboards/checkerboards/quark_lp/quark_lp.c
diff options
context:
space:
mode:
authornpspears <40127181+npspears@users.noreply.github.com>2021-09-29 11:55:58 -0500
committerGitHub <noreply@github.com>2021-09-29 09:55:58 -0700
commit929d959ef9e2572b4744930d86e322936e6e1f0e (patch)
treec9f294d046e0bb51fcd1e987e7dd318e06daaaba /keyboards/checkerboards/quark_lp/quark_lp.c
parent03df75455126ecd395957bcbad48d19ca91fdbd5 (diff)
[Keyboard] add support for Quark_LP (#14552)
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/checkerboards/quark_lp/quark_lp.c')
-rw-r--r--keyboards/checkerboards/quark_lp/quark_lp.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/checkerboards/quark_lp/quark_lp.c b/keyboards/checkerboards/quark_lp/quark_lp.c
new file mode 100644
index 0000000000..bc9a192bf5
--- /dev/null
+++ b/keyboards/checkerboards/quark_lp/quark_lp.c
@@ -0,0 +1,17 @@
+/* Copyright 2021 Nathan Spears
+ *
+ * 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 "quark_lp.h"