summaryrefslogtreecommitdiff
path: root/keyboards/keaboard/rev1
diff options
context:
space:
mode:
authorKeith Wade <keawade@protonmail.com>2023-02-14 02:13:27 -0500
committerGitHub <noreply@github.com>2023-02-14 00:13:27 -0700
commit999200c05a376638b0c9e6f383c9e0e0aef69a34 (patch)
tree1cae50345e0b41383a53eacd12007ac95ed8bf7b /keyboards/keaboard/rev1
parent7a099b7ea5b7c38d4ca781354533b3962750e2b7 (diff)
Add keaboard keyboard (#19816)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/keaboard/rev1')
-rw-r--r--keyboards/keaboard/rev1/config.h4
-rw-r--r--keyboards/keaboard/rev1/rules.mk1
2 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/keaboard/rev1/config.h b/keyboards/keaboard/rev1/config.h
new file mode 100644
index 0000000000..941b25a2d7
--- /dev/null
+++ b/keyboards/keaboard/rev1/config.h
@@ -0,0 +1,4 @@
+// Copyright 2023 Keith Wade <https://github.com/keawade>
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
diff --git a/keyboards/keaboard/rev1/rules.mk b/keyboards/keaboard/rev1/rules.mk
new file mode 100644
index 0000000000..6e7633bfe0
--- /dev/null
+++ b/keyboards/keaboard/rev1/rules.mk
@@ -0,0 +1 @@
+# This file intentionally left blank