diff options
author | QMK Bot <hello@qmk.fm> | 2020-12-04 02:09:45 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2020-12-04 02:09:45 +0000 |
commit | 7a6e7d87cc8f720cc5c2d898bd36ddb45dc01a98 (patch) | |
tree | c92c0e8ac8928e00d48b570c626f37e76757ca8c /keyboards/xelus/valor/rev1/rev1.h | |
parent | 4444f3cc55f246e484c6893f88d891c4c00c2166 (diff) | |
parent | c1dc676d2819784f0e35bc2533f682ba564aeb37 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/xelus/valor/rev1/rev1.h')
-rw-r--r-- | keyboards/xelus/valor/rev1/rev1.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/xelus/valor/rev1/rev1.h b/keyboards/xelus/valor/rev1/rev1.h index c43274605d..3e05ae5e22 100644 --- a/keyboards/xelus/valor/rev1/rev1.h +++ b/keyboards/xelus/valor/rev1/rev1.h @@ -20,7 +20,7 @@ #define ____ KC_NO -#define LAYOUT_all( \ +#define LAYOUT_alice_split_bs( \ K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, K012, K013, K014, K214, \ K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112, K113, K114, \ K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212, K213, \ @@ -33,3 +33,5 @@ { ____, K301, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311, K312, K313, K314 }, \ { ____, K401, ____, K403, ____, K405, K406, ____, K408, ____, K410, ____, ____, K413, ____ } \ } + +#define LAYOUT_all LAYOUT_alice_split_bs |