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/ergosaurus/ergosaurus.h | |
parent | 4444f3cc55f246e484c6893f88d891c4c00c2166 (diff) | |
parent | c1dc676d2819784f0e35bc2533f682ba564aeb37 (diff) | |
download | qmk_firmware-7a6e7d87cc8f720cc5c2d898bd36ddb45dc01a98.tar.gz qmk_firmware-7a6e7d87cc8f720cc5c2d898bd36ddb45dc01a98.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/ergosaurus/ergosaurus.h')
-rw-r--r-- | keyboards/ergosaurus/ergosaurus.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/ergosaurus/ergosaurus.h b/keyboards/ergosaurus/ergosaurus.h index c78a2db32b..cef594993d 100644 --- a/keyboards/ergosaurus/ergosaurus.h +++ b/keyboards/ergosaurus/ergosaurus.h @@ -19,7 +19,7 @@ #define KNO KC_NO -#define LAYOUT( \ +#define LAYOUT_alice_split_bs( \ K00, K10, K01, K11, K02, K12, K03, K13, K04, K14, K05, K15, K06, K16, K07, K17, \ K20, K30, K21, K31, K22, K32, K23, K33, K24, K34, K25, K35, K26, K36, K27, \ K40, K50, K41, K51, K42, K52, K43, K53, K44, K54, K45, K55, K46, K47, \ @@ -36,3 +36,5 @@ { KNO, K71, K72, K73, K74, K75, K76, KNO }, \ { K80, K81, K82, K83, K84, K85, KNO, K87 } \ } + +#define LAYOUT LAYOUT_alice_split_bs |