Skip to content

Commit

Permalink
Fix bscp and layout.svg
Browse files Browse the repository at this point in the history
  • Loading branch information
zoriya committed Apr 11, 2024
1 parent 89ee7f6 commit 092c273
Show file tree
Hide file tree
Showing 4 changed files with 119 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ zephyr
zmk
.west
build
.venv
4 changes: 2 additions & 2 deletions config/abyss.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
mods = <(MOD_LSFT|MOD_RSFT)>;
};

lt_spc: layer_tap_bspc {
lt_spc: layer_tap_spc {
compatible = "zmk,behavior-hold-tap";
label = "LAYER_TAP_SPACE";
#binding-cells = <2>;
Expand All @@ -77,7 +77,7 @@
compatible = "zmk,behavior-hold-tap";
label = "LAYER_TAP_BACKSPACE";
#binding-cells = <2>;
bindings = <&mo>, <&up_dspc>;
bindings = <&mo>, <&up_bspc>;
tapping-term-ms = <150>;
};
};
Expand Down
116 changes: 112 additions & 4 deletions draw/keymap.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions draw/layout.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ combos:
k: END
draw_separate: true
l: [default]
- p: [11, 14]
k: ESC
draw_separate: true
l: [default]

0 comments on commit 092c273

Please sign in to comment.