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

Rename layouts containing keyboard name #23930

Merged
merged 12 commits into from
Jun 23, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
flehrad/tradestation: rename layouts containing keyboard name
  • Loading branch information
fauxpark committed Jun 16, 2024
commit 60433f4deda334d6a5fdb44b47d962161ca65030
5 changes: 4 additions & 1 deletion keyboards/flehrad/tradestation/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,11 @@
"processor": "atmega32u4",
"bootloader": "caterina",
"community_layouts": ["ortho_4x4"],
"layout_aliases": {
"LAYOUT_tradestation": "LAYOUT_4x2u"
},
"layouts": {
"LAYOUT_tradestation": {
"LAYOUT_4x2u": {
"layout": [
{"matrix": [0, 0], "x": 0, "y": 0},
{"matrix": [0, 1], "x": 1.125, "y": 0},
Expand Down