Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PJB Eros Community Layout Support #17158

Merged
merged 10 commits into from
May 20, 2022
Prev Previous commit
Next Next commit
rename LAYOUT_tkl_ansi_f13_split_back to LAYOUT_tkl_f13_ansi_split_bs
  • Loading branch information
noroadsleft committed May 18, 2022
commit e425385257cb35bfa804c73599f5432184a90e8f
2 changes: 1 addition & 1 deletion keyboards/pjb/eros/eros.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
{ K500, K501, K502, KC_NO, KC_NO, K505, KC_NO, KC_NO, KC_NO, K509, K510, K511, KC_NO, K513, K514, K515, K516 }, \
}

#define LAYOUT_tkl_ansi_f13_split_back( \
#define LAYOUT_tkl_f13_ansi_split_bs( \
K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, K012, K013, K014, K015, K016, \
K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112, K113, K114, K115, K116, \
K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212, K213, K214, K215, K216, \
Expand Down
5 changes: 3 additions & 2 deletions keyboards/pjb/eros/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"maintainer": "PJB",
"layout_aliases": {
"LAYOUT_all_f13": "LAYOUT_tkl_f13_ansi_split_bs_rshift",
"LAYOUT_tkl_ansi_f13": "LAYOUT_tkl_f13_ansi"
"LAYOUT_tkl_ansi_f13": "LAYOUT_tkl_f13_ansi",
"LAYOUT_tkl_ansi_f13_split_back": "LAYOUT_tkl_f13_ansi_split_bs"
},
"layouts": {
"LAYOUT_tkl_f13_ansi_split_bs_rshift": {
Expand Down Expand Up @@ -301,7 +302,7 @@
{"x":17.25, "y":5.25}
]
},
"LAYOUT_tkl_ansi_f13_split_back": {
"LAYOUT_tkl_f13_ansi_split_bs": {
"layout": [
{"x":0, "y":0},
{"x":1.25, "y":0},
Expand Down