Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
lower NUM below SYM so that it's posssible to &mo SYM from NUM
Browse files Browse the repository at this point in the history
  • Loading branch information
rgbj committed Oct 27, 2023
1 parent b38235b commit be835cc
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions config/keymap.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#include <dt-bindings/zmk/ext_power.h>

#define DFT 0
#define SYM 1
#define NUM 2
#define NUM 1
#define SYM 2
#define NAV 3

#define ADJ 4
Expand Down Expand Up @@ -160,15 +160,6 @@
&shift &mo SYM &kp SPACE &mo NAV &num NUM 0 &caps_word
>;
};
sym {
label = "sym";
bindings = <
&trans &kp LS(LG(GRAVE)) &gtab &lrsw &kp LC(TAB) &kp LG(GRAVE) &kp LA(BKSP) &kp EXCL &kp AT &kp HASH &kp DLLR &trans
&trans &sk LSHFT &sk LCTRL &sk LALT &sk LGUI ___ &kp BKSP &kp MINUS &kp UNDER &kp PRCNT &kp CARET &trans
&trans ___ ___ ___ ___ ___ &kp DEL &kp AMPS &kp STAR &lpair &rpair &trans
&trans &trans &trans &kp RET &trans MOTOG(NAV)
>;
};
num {
label = "num";
bindings = <
Expand All @@ -178,6 +169,15 @@
&trans &trans &trans &trans &tog NUM &trans
>;
};
sym {
label = "sym";
bindings = <
&trans &kp LS(LG(GRAVE)) &gtab &lrsw &kp LC(TAB) &kp LG(GRAVE) &kp LA(BKSP) &kp EXCL &kp AT &kp HASH &kp DLLR &trans
&trans &sk LSHFT &sk LCTRL &sk LALT &sk LGUI ___ &kp BKSP &kp MINUS &kp UNDER &kp PRCNT &kp CARET &trans
&trans ___ ___ ___ ___ ___ &kp DEL &kp AMPS &kp STAR &lpair &rpair &trans
&trans &trans &trans &kp RET &trans MOTOG(NAV)
>;
};
nav {
label = "nav";
bindings = <
Expand Down

0 comments on commit be835cc

Please sign in to comment.