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 e183ead commit 1cbda15
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions boards/shields/zaphod_lite/zaphod_lite.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
key-positions = <0 1>; // Q + W
bindings = <&kp ESC>;
};
combo_mac {
timeout-ms = <50>;
key-positions = <3 4>; // H + ,
bindings = <&tog MAC>;
//combo_mac {
// timeout-ms = <50>;
// key-positions = <3 4>; // H + ,
// bindings = <&tog MAC>;
};
};

Expand Down Expand Up @@ -117,9 +117,9 @@
if-layers = <SYM NUM>;
then-layer = <TRI>;
};
mac_default {
if-layers = <MACSYM>;
then-layer = <MAC>;
//mac_default {
// if-layers = <MACSYM>;
// then-layer = <MAC>;
};
};

Expand All @@ -130,7 +130,7 @@
bindings = <
//╭──────────┬──────────┬──────────┬──────────┬──────────╮ ╭──────────┬──────────┬──────────┬──────────┬──────────╮
//│ Q │ W │ F │ P │ B │ │ J │ L │ U │ Y │ ' │
&kp Q &kp W &kp F &kp P &kp B &kp J &kp L &kp U &kp Z &kp LS(NON_US_HASH)
&kp Q &kp W &kp F &tog MAC &kp B &kp J &kp L &kp U &kp Z &kp LS(NON_US_HASH)
//├──────────┼──────────┼──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┼──────────┼──────────┤
//│ A │ R │ S │ T │ G │ │ M │ N │ E │ I │ O │
HRML(A, R, S, T) &kp G &kp M &ht RSHIFT N &ht RCTRL E &lt SON I &ht RGUI O
Expand Down

0 comments on commit 1cbda15

Please sign in to comment.