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 a41e038 commit d86b783
Show file tree
Hide file tree
Showing 2 changed files with 276 additions and 4 deletions.
272 changes: 272 additions & 0 deletions config/boards/shields/mlego_m66_rev4/mlego_m66_rev4.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
}
]
}
}
}
8 changes: 4 additions & 4 deletions keymap_drawer.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ draw_config:
combo_h: 26.0
key_rx: 6.0
key_ry: 6.0
dark_mode: auto
dark_mode: true
n_columns: 1
separate_combo_diagrams: false
combo_diagrams_scale: 2
Expand Down Expand Up @@ -61,13 +61,13 @@ parse_config:
preprocess: true
skip_binding_parsing: false
raw_binding_map: {}
sticky_label: sticky
sticky_label: $$mdi:gesture-tap-hold$$
toggle_label: toggle
tap_toggle_label: tap-toggle
trans_legend:
t:
type: trans
mark_alternate_layer_activators: false
mark_alternate_layer_activators: true
modifier_fn_map:
left_ctrl: Ctl
right_ctrl: Ctl
Expand All @@ -84,7 +84,7 @@ parse_config:
left_ctrl+left_alt+left_shift: Meh
zmk_remove_keycode_prefix: []
zmk_keycode_map:
# Numbers
# Numbers
N1:
tap: 1
shifted: "!"
Expand Down

0 comments on commit d86b783

Please sign in to comment.