summaryrefslogtreecommitdiff
path: root/keyboards/keebio/bamfk4/bamfk4.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-08-13 19:48:14 +0000
committerQMK Bot <hello@qmk.fm>2022-08-13 19:48:14 +0000
commitbcd021263e1e89c67190130498b582358a0d8c86 (patch)
treedbd105ff794343f0259a066f560a50bba1344e6c /keyboards/keebio/bamfk4/bamfk4.h
parent97b610e16692fee7c3cc391f4d50264e775f396a (diff)
parenta49bdd2659186e6ea0c888e91229260d7c849a2d (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/keebio/bamfk4/bamfk4.h')
-rw-r--r--keyboards/keebio/bamfk4/bamfk4.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/keebio/bamfk4/bamfk4.h b/keyboards/keebio/bamfk4/bamfk4.h
new file mode 100644
index 0000000000..0bdc2f602f
--- /dev/null
+++ b/keyboards/keebio/bamfk4/bamfk4.h
@@ -0,0 +1,12 @@
+// Copyright 2022 Danny Nguyen (@nooges)
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
+#include "quantum.h"
+
+#define LAYOUT( \
+ k00, k01, k02, k03 \
+) { \
+ { k00, k01, k02, k03 }, \
+}