split_3x6_3 layout support (#9625)

master
Danilo de Klerk 2020-07-09 23:19:16 +02:00 committed by GitHub
parent 9947f1051d
commit 823165b9b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 0 deletions

View File

@ -45,3 +45,5 @@
{ KC_NO, KC_NO, k32, k33, k34, k35, k36, k37, KC_NO, KC_NO }, \
{ KC_NO, KC_NO, k2a, k1a, k0a, k0b, k1b, k2b, KC_NO, KC_NO } \
}
#define LAYOUT_split_3x6_3 LAYOUT

View File

@ -40,3 +40,5 @@ OPT_DEFS += -DCENTROMERE_PROMICRO
# # project specific files
SRC = matrix.c
LAYOUTS = split_3x6_3

View File

@ -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

View File

@ -1,3 +1,5 @@
SRC += matrix.c \
split_util.c \
split_scomm.c
LAYOUTS = split_3x6_3