Skip to content

Commit

Permalink
Better shortcut names
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmkk3 authored Dec 11, 2024
1 parent 04b8015 commit 7501d90
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/base.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
#define PASTE LC(V)
#define UNDO LC(Z)
#define SLALL LC(A)
#define FHOME LC(HOME)
#define FEND LC(END)
#define FIRST LC(HOME)
#define LAST LC(END)

/* Key Position Groups */
#define KEYS_L 0 1 2 3 4 10 11 12 13 14 20 21 22 // left-hand keys
Expand Down Expand Up @@ -127,8 +127,8 @@
nav_layer {
label = "Nav";
bindings = <
&kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp FHOME &kp ESC &kp UARW &kp TAB &home
&kp LGUI &kp LALT &kp LSHFT &kp LCTRL &kp UNDO &kp FEND &kp LARW &kp ENTER &kp RARW &end
&kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp FIRST &kp ESC &kp UARW &kp TAB &home
&kp LGUI &kp LALT &kp LSHFT &kp LCTRL &kp UNDO &kp LAST &kp LARW &kp ENTER &kp RARW &end
&kp CUT &kp COPY &kp PASTE &kp BSPC &kp DARW &kp DEL
&trans &trans &trans &trans
>;
Expand Down

0 comments on commit 7501d90

Please sign in to comment.