summaryrefslogtreecommitdiff
path: root/keyboards/frooastboard/frooastboard.h
diff options
context:
space:
mode:
authorSimon <47527944+Frooastside@users.noreply.github.com>2021-08-13 20:21:32 +0200
committerGitHub <noreply@github.com>2021-08-13 11:21:32 -0700
commit0014c3237556b8c94bbf6d287d53a7b55534fa69 (patch)
tree0ee1897122ca72040030aa6286f620a694ddc451 /keyboards/frooastboard/frooastboard.h
parent0967d4c8a93e412b85caf1aceb11995416c4cd25 (diff)
[Keyboard] Added Frooastboard (#13970)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/frooastboard/frooastboard.h')
-rw-r--r--keyboards/frooastboard/frooastboard.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/keyboards/frooastboard/frooastboard.h b/keyboards/frooastboard/frooastboard.h
new file mode 100644
index 0000000000..da598cf4aa
--- /dev/null
+++ b/keyboards/frooastboard/frooastboard.h
@@ -0,0 +1,27 @@
+/* Copyright 2021 frooastside
+ *
+ * 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 3 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/>.
+ */
+
+#pragma once
+
+#include "quantum.h"
+
+#define LAYOUT( \
+ K00, K01, \
+ K10, K11 \
+) { \
+ { K00, K01 }, \
+ { K10, K11 } \
+}