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/sneakbox/aliceclone/aliceclone.h | |
parent | 4444f3cc55f246e484c6893f88d891c4c00c2166 (diff) | |
parent | c1dc676d2819784f0e35bc2533f682ba564aeb37 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/sneakbox/aliceclone/aliceclone.h')
-rw-r--r-- | keyboards/sneakbox/aliceclone/aliceclone.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/sneakbox/aliceclone/aliceclone.h b/keyboards/sneakbox/aliceclone/aliceclone.h index 1976a555cc..26ab4472ca 100644 --- a/keyboards/sneakbox/aliceclone/aliceclone.h +++ b/keyboards/sneakbox/aliceclone/aliceclone.h @@ -19,9 +19,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "quantum.h" -#define LAYOUT_all LAYOUT_alice +#define LAYOUT_all LAYOUT_alice_split_bs -#define LAYOUT_alice( \ +#define LAYOUT_alice_split_bs( \ K020, K000, K001, K002, K003, K004, K005, K006, K010, K011, K012, K013, K014, K015, K016, K017, \ K040, K021, K022, K023, K024, K025, K026, K030, K031, K032, K033, K034, K035, K036, K037, \ K060, K041, K042, K043, K044, K045, K046, K050, K051, K052, K053, K054, K055, K056, \ |