Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
DeBasti committed Jul 14, 2024
1 parent 68f09a8 commit 4e1ff12
Showing 1 changed file with 8 additions and 18 deletions.
26 changes: 8 additions & 18 deletions boards/arm/zaphod/zaphod.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@
#define MAC 1
#define MACTEMP 2
#define MACLOCK 3
#define MACSYM 4
#define NAV 5
#define SYM 6
#define NUM 7
#define SON 8
#define TRI 9
#define NAV 4
#define SYM 5
#define NUM 6
#define SON 7
#define TRI 8

&mt {
// standard is hold preferred with tapping_term_ms = <200>;
Expand Down Expand Up @@ -156,13 +155,13 @@
//│ Z │ X │ C │ D │ V │ │ K │ H │ , < │ . > │ ? │
&kp Y &kp X AC(C) &kp D AC(V) &kp K &kp H &kp COMMA &kp DOT &kp LS(MINUS)
//╰──────────┴──────────┴──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┴──────────┴──────────╯
&lt NAV SPACE &lt NUM TAB &lt MACSYM ENTER &mt LSHIFT BACKSPACE
&lt NAV SPACE &lt NUM TAB &lt SYM ENTER &mt LSHIFT BACKSPACE
// ╰──────────┴──────────╯ ╰──────────┴──────────╯
>;
};


mac_temp_layer {
mactemp_layer {
bindings = <
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
Expand All @@ -171,7 +170,7 @@
>;
};

mac_lock_layer {
maclock_layer {
bindings = <
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
Expand All @@ -180,15 +179,6 @@
>;
};

mac_sym_layer {
bindings = <
&kp RA(E) &kp RA(N7) &kp RA(N0) &kp LS(N8) &kp LS(N9) &kp RA(N8) &kp RA(N9) &kp LS(RBKT) &kp RA(RBKT) &none
&kp GRAVE &kp RBKT &kp LS(N0) &kp SLASH &kp LS(N4) &kp LS(NON_US_HASH) &kp LS(N2) &kp LS(N7) &kp LS(DOT) &kp LS(NON_US_BACKSLASH)
&kp LS(COMMA) &kp LS(N5) &kp RA(NON_US_BACKSLASH) &kp LS(SLASH) &kp RA(Q) &kp LS(N1) &kp LS(EQUAL) &kp NON_US_HASH &kp LS(N6) &kp NON_US_BACKSLASH
&none &kp Q &kp ENTER &trans
>;
};

nav_layer {
bindings = <
&none &none &none &teamsMute &none &none &kp INS &kp DEL &kp PG_UP &none
Expand Down

0 comments on commit 4e1ff12

Please sign in to comment.