Skip to content

Commit

Permalink
Alpha experiments (#69)
Browse files Browse the repository at this point in the history
* H index D swap
* Update visual
  • Loading branch information
jcmkk3 authored Jul 1, 2023
1 parent 7c5012f commit 585cc70
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions config/base.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
compatible = "zmk,keymap";
default_layer {
bindings = <
&kp W &kp C &kp L &kp D &kp P &kp K &kp U &kp O &kp Y &kp QUOT
&kp R &kp S &kp N &kp T &kp B &kp J &kp A &kp E &kp I &kp H
&kp F &kp M &kp G &kp X &kp COMMA &kp DOT
&kp X &kp C &kp L &kp F &kp P &kp K &kp Y &kp O &kp U &kp QUOT
&kp R &kp S &kp N &kp T &kp B &kp J &kp H &kp E &kp I &kp A
&kp W &kp M &kp G &kp D &kp COMMA &kp DOT
&sl NAV_L &kp SPACE &sk LSHFT &sl SYM_L
>;
};
Expand Down
16 changes: 8 additions & 8 deletions images/keymap.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions keymap-drawer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ layout:
drop_inner: true
layers:
base:
- [w, c, l, d, p, k, u, o, y, "'"]
- [r, s, n, t, b, j, a, e, i, h]
- [f, m, g, x, ',', .]
- [x, c, l, f, p, k, y, o, u, "'"]
- [r, s, n, t, b, j, h, e, i, a]
- [w, m, g, d, ',', .]
- nav
- space
- shift
Expand Down

0 comments on commit 585cc70

Please sign in to comment.