Skip to content

Commit

Permalink
Tweak directions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseleite committed Aug 7, 2024
1 parent 5008faa commit 201d050
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions boards/shields/mr_useful/mr_useful.keymap
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
#include <behaviors.dtsi>
#include <dt-bindings/zmk/keys.h>

// Hyper + Direction Aliases
#define H_U LG(LA(LC(UP)))
#define H_D LG(LA(LC(DOWN)))
#define H_L LG(LA(LC(LEFT)))
#define H_R LG(LA(LC(RIGHT)))

/ {
keymap {
compatible = "zmk,keymap";

default_layer {
bindings = <
&kp F15 &kp F16 &kp F17
&kp F18 &kp F19 &kp F20
&kp UP
&kp LEFT &kp DOWN &kp RIGHT
&kp F15 &kp F16 &kp F17
&kp F18 &kp F19 &kp F20
&kp H_UP
&kp H_L &kp H_DN &kp H_R
>;
};
};
Expand Down

0 comments on commit 201d050

Please sign in to comment.