aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/crkbd
diff options
context:
space:
mode:
authorDanilo de Klerk <danilodeklerk@gmail.com>2020-07-09 23:19:16 +0200
committerGitHub <noreply@github.com>2020-07-09 22:19:16 +0100
commit823165b9b784feda7546daa83ded9afe0e35ee6f (patch)
tree6668ff69f9180a8e4ac21f933d68fc20c96fd342 /keyboards/crkbd
parent9947f1051d66fd4f6d1db290dfdca49f70ae3820 (diff)
downloadfirmware-823165b9b784feda7546daa83ded9afe0e35ee6f.tar.gz
firmware-823165b9b784feda7546daa83ded9afe0e35ee6f.tar.bz2
firmware-823165b9b784feda7546daa83ded9afe0e35ee6f.zip
split_3x6_3 layout support (#9625)
Diffstat (limited to 'keyboards/crkbd')
-rw-r--r--keyboards/crkbd/rev1/rev1.h2
-rw-r--r--keyboards/crkbd/rev1/rules.mk2
2 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/crkbd/rev1/rev1.h b/keyboards/crkbd/rev1/rev1.h
index 5e90de72a..6580d73fe 100644
--- a/keyboards/crkbd/rev1/rev1.h
+++ b/keyboards/crkbd/rev1/rev1.h
@@ -52,3 +52,5 @@
KC_##L30, KC_##L31, KC_##L32, KC_##R30, KC_##R31, KC_##R32 \
)
// clang-format on
+
+#define LAYOUT_split_3x6_3 LAYOUT
diff --git a/keyboards/crkbd/rev1/rules.mk b/keyboards/crkbd/rev1/rules.mk
index ab9bed09c..a921e6030 100644
--- a/keyboards/crkbd/rev1/rules.mk
+++ b/keyboards/crkbd/rev1/rules.mk
@@ -1,3 +1,5 @@
SRC += matrix.c \
split_util.c \
split_scomm.c
+
+LAYOUTS = split_3x6_3