aboutsummaryrefslogtreecommitdiff
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
parent9947f1051d66fd4f6d1db290dfdca49f70ae3820 (diff)
downloadqmk_firmware-823165b9b784feda7546daa83ded9afe0e35ee6f.tar.gz
qmk_firmware-823165b9b784feda7546daa83ded9afe0e35ee6f.zip
split_3x6_3 layout support (#9625)
-rw-r--r--keyboards/centromere/centromere.h2
-rw-r--r--keyboards/centromere/rules.mk2
-rw-r--r--keyboards/crkbd/rev1/rev1.h2
-rw-r--r--keyboards/crkbd/rev1/rules.mk2
4 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/centromere/centromere.h b/keyboards/centromere/centromere.h
index 826e8dde4..d07a53b1a 100644
--- a/keyboards/centromere/centromere.h
+++ b/keyboards/centromere/centromere.h
@@ -45,3 +45,5 @@
45 { KC_NO, KC_NO, k32, k33, k34, k35, k36, k37, KC_NO, KC_NO }, \ 45 { KC_NO, KC_NO, k32, k33, k34, k35, k36, k37, KC_NO, KC_NO }, \
46 { KC_NO, KC_NO, k2a, k1a, k0a, k0b, k1b, k2b, KC_NO, KC_NO } \ 46 { KC_NO, KC_NO, k2a, k1a, k0a, k0b, k1b, k2b, KC_NO, KC_NO } \
47 } 47 }
48
49#define LAYOUT_split_3x6_3 LAYOUT
diff --git a/keyboards/centromere/rules.mk b/keyboards/centromere/rules.mk
index fee99d363..866c33138 100644
--- a/keyboards/centromere/rules.mk
+++ b/keyboards/centromere/rules.mk
@@ -40,3 +40,5 @@ OPT_DEFS += -DCENTROMERE_PROMICRO
40 40
41# # project specific files 41# # project specific files
42SRC = matrix.c 42SRC = matrix.c
43
44LAYOUTS = split_3x6_3
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 @@
52 KC_##L30, KC_##L31, KC_##L32, KC_##R30, KC_##R31, KC_##R32 \ 52 KC_##L30, KC_##L31, KC_##L32, KC_##R30, KC_##R31, KC_##R32 \
53 ) 53 )
54// clang-format on 54// clang-format on
55
56#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 @@
1SRC += matrix.c \ 1SRC += matrix.c \
2 split_util.c \ 2 split_util.c \
3 split_scomm.c 3 split_scomm.c
4
5LAYOUTS = split_3x6_3