Skip to content

Commit

Permalink
chg
Browse files Browse the repository at this point in the history
  • Loading branch information
jacktuck committed Sep 29, 2023
1 parent e2b2080 commit ebae92b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions config/adv360.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
#include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/rgb.h>

#define HYP LS(LC(LA(LGUI)))

#define HYPER(key) LS(LC(LA(LG(key))))
#define HYPER LS(LC(LA(LGUI)))
#define HYP(key) LS(LC(LA(LG(key))))

/ {
behaviors {
Expand Down Expand Up @@ -34,7 +33,7 @@
&kp TAB &kp Q &kp W &kp E &kp R &kp T &kp PLUS &none &kp Y &kp U &kp I &kp O &kp P &kp F14
&kp ESC &kp A &kp S &kp D &kp F &kp G &kp MINUS &kp LEFT_CONTROL &kp LEFT_ALT &kp RIGHT_COMMAND &kp LEFT_CONTROL &none &kp H &kp J &kp K &kp L &kp SEMI &kp F15
&sk LEFT_SHIFT &kp Z &kp X &kp C &kp V &kp B &kp HOME &kp PAGE_UP &kp N &kp M &kp COMMA &kp DOT &trans &sk RIGHT_SHIFT
&trans &trans &trans &kp LEFT &kp RIGHT &kp BACKSPACE &mo 1 &kp END &kp PAGE_DOWN &kp ENTER &mt P SPACE &kp UP_ARROW &kp DOWN &trans &trans &trans
&trans &trans &trans &kp LEFT &kp RIGHT &kp BACKSPACE &mo 1 &kp END &kp PAGE_DOWN &kp ENTER &mt HYPER SPACE &kp UP_ARROW &kp DOWN &trans &trans &trans
>;
};

Expand Down

0 comments on commit ebae92b

Please sign in to comment.