Skip to content

Commit

Permalink
drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
alinelena committed Oct 19, 2024
1 parent f723cb5 commit abde207
Show file tree
Hide file tree
Showing 2 changed files with 273 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/drawer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
keymap_patterns: "config/boards/shields/mlego_m66_rev4/*.keymap" # path to the keymaps to parse
config_path: "keymap-drawer/config.yaml" # config file, ignored if not exists
json_path: "config/boards/shields/mlego_m66_rev4"
west_path: "config"
west_config_path: "config"
output_folder: "keymap-drawer" # path to save produced SVG and keymap YAML files
parse_args: "" # map of extra args to pass to `keymap parse`, e.g. "corne:'-l Def Lwr Rse' cradio:''"
draw_args: "" # map of extra args to pass to `keymap draw`, e.g. "corne:'-k corne_rotated' cradio:'-k paroxysm'"
272 changes: 272 additions & 0 deletions config/boards/shields/mlego_m66_rev4/mlego_m66_rev4_rp2040.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,272 @@
{
"layouts": {
"m66 default layout": {
"layout": [
{
"x": 0.0,
"y": 1.0
},
{
"x": 1.0,
"y": 1.0
},
{
"x": 2.0,
"y": 1.0
},
{
"x": 3.0,
"y": 1.0
},
{
"x": 4.0,
"y": 1.0
},
{
"x": 5.0,
"y": 1.0
},
{
"x": 6.0,
"y": 1.0
},
{
"x": 7.0,
"y": 1.0
},
{
"x": 8.0,
"y": 1.0
},
{
"x": 9.0,
"y": 1.0
},
{
"x": 10.0,
"y": 1.0
},
{
"x": 11.0,
"y": 1.0
},
{
"x": 12.0,
"y": 1.0
},
{
"x": 0.0,
"y": 0.0
},
{
"x": 0.0,
"y": 2.0
},
{
"x": 1.0,
"y": 2.0
},
{
"x": 2.0,
"y": 2.0
},
{
"x": 3.0,
"y": 2.0
},
{
"x": 4.0,
"y": 2.0
},
{
"x": 5.0,
"y": 2.0
},
{
"x": 6.0,
"y": 2.0
},
{
"x": 7.0,
"y": 2.0
},
{
"x": 8.0,
"y": 2.0
},
{
"x": 9.0,
"y": 2.0
},
{
"x": 10.0,
"y": 2.0
},
{
"x": 11.0,
"y": 2.0
},
{
"x": 12.0,
"y": 2.0
},
{
"x": 0.0,
"y": 3.0
},
{
"x": 1.0,
"y": 3.0
},
{
"x": 2.0,
"y": 3.0
},
{
"x": 3.0,
"y": 3.0
},
{
"x": 4.0,
"y": 3.0
},
{
"x": 5.0,
"y": 3.0
},
{
"x": 6.0,
"y": 3.0
},
{
"x": 7.0,
"y": 3.0
},
{
"x": 8.0,
"y": 3.0
},
{
"x": 9.0,
"y": 3.0
},
{
"x": 10.0,
"y": 3.0
},
{
"x": 11.0,
"y": 3.0
},
{
"x": 12.0,
"y": 3.0
},
{
"x": 0.0,
"y": 4.0
},
{
"x": 1.0,
"y": 4.0
},
{
"x": 2.0,
"y": 4.0
},
{
"x": 3.0,
"y": 4.0
},
{
"x": 4.0,
"y": 4.0
},
{
"x": 5.0,
"y": 4.0
},
{
"x": 6.0,
"y": 4.0
},
{
"x": 7.0,
"y": 4.0
},
{
"x": 8.0,
"y": 4.0
},
{
"x": 9.0,
"y": 4.0
},
{
"x": 10.0,
"y": 4.0
},
{
"x": 11.0,
"y": 4.0
},
{
"x": 12.0,
"y": 4.0
},
{
"x": 0.0,
"y": 5.0
},
{
"x": 1.0,
"y": 5.0
},
{
"x": 2.0,
"y": 5.0
},
{
"x": 3.0,
"y": 5.0
},
{
"x": 4.0,
"y": 5.0
},
{
"x": 5.0,
"y": 5.0
},
{
"x": 6.0,
"y": 5.0
},
{
"x": 7.0,
"y": 5.0
},
{
"x": 8.0,
"y": 5.0
},
{
"x": 9.0,
"y": 5.0
},
{
"x": 10.0,
"y": 5.0
},
{
"x": 11.0,
"y": 5.0
},
{
"x": 12.0,
"y": 5.0
}
]
}
}
}

0 comments on commit abde207

Please sign in to comment.