summaryrefslogtreecommitdiff
path: root/keyboards/ll3macorn/bongopad/bongopad.h
diff options
context:
space:
mode:
authorll3macorn <69098787+ll3macorn@users.noreply.github.com>2021-11-30 00:27:45 +0800
committerGitHub <noreply@github.com>2021-11-29 08:27:45 -0800
commit284e653eeb9dd582706e6be3330f3b6ea1cadfd0 (patch)
tree1621a2d1e9664d7cac71ddae51d3b7181605cada /keyboards/ll3macorn/bongopad/bongopad.h
parent569eee20b4db77f13d28c35cb17fbadb536c4a11 (diff)
[Keyboard] Add bongopad (#15212)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/ll3macorn/bongopad/bongopad.h')
-rw-r--r--keyboards/ll3macorn/bongopad/bongopad.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/ll3macorn/bongopad/bongopad.h b/keyboards/ll3macorn/bongopad/bongopad.h
new file mode 100644
index 0000000000..31fc0cc5c7
--- /dev/null
+++ b/keyboards/ll3macorn/bongopad/bongopad.h
@@ -0,0 +1,18 @@
+// Copyright 2021 Ll3macorn (@ll3macorn)
+// SPDX-License-Identifier: GPL-2.0-or-later
+#pragma once
+
+#include "quantum.h"
+
+#define LAYOUT_default( \
+ K00, \
+ K10, K11, K12, \
+ K20, K21, K22, \
+ K30, K31, K32 \
+) { \
+ { K00, KC_NO, KC_NO }, \
+ { K10, K11, K12 }, \
+ { K20, K21, K22 }, \
+ { K30, K31, K32 } \
+}
+