Skip to content

Commit

Permalink
HYPER on GH for HRM layers
Browse files Browse the repository at this point in the history
  • Loading branch information
ldebritto committed Nov 29, 2024
1 parent 31dac5c commit 109288a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <behaviors/num_word.dtsi> // requires auto-layer module (https://github.com/urob/zmk-auto-layer)
#include <layouts/cuddlykeyboards/ferris.dtsi>

// Assigning suitable kscan and matrix transforms
// Assigning suitable kscan and matrix transforms for ZMK Studio
&cuddlykeyboards_ferris_layout {
transform = <&default_transform>;
kscan = <&kscan0>;
Expand All @@ -21,6 +21,8 @@
#define AGS 8
#define ABS 9

#define HYPER LG(LS(LC(LALT)))

&sk {
quick-release; // Avoids "THis" problem (double capitalization)
release-after-ms = <86400000>;// Default is 1000 ms, raised to 1 day to emulate Callum's behavior that requires canceling on layer key.
Expand Down Expand Up @@ -292,7 +294,7 @@
DEF {
bindings = <
&kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P
&hrml LCTRL A &hrml LALT S &hrml LSHFT D &hrml LGUI F &hrml GLOBE G &hrmr GLOBE H &hrmr RGUI J &hrmr LSHFT K &hrmr RALT L &hrmr RCTRL SQT
&hrml LCTRL A &hrml LALT S &hrml LSHFT D &hrml LGUI F &hrml HYPER G &hrmr HYPER H &hrmr RGUI J &hrmr LSHFT K &hrmr RALT L &hrmr RCTRL SQT
&hrml GLOBE Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &kp SEMI
&lc NAV &hp RSHFT SPACE &kp SPACE &lc SYM
>;
Expand All @@ -301,7 +303,7 @@
TMK {
bindings = <
&kp Q &kp W &kp J &kp R &kp T &kp Y &kp U &kp I &kp O &kp P
&hrml LCTRL A &hrml LALT S &hrml LSHFT D &hrml LGUI F &hrml GLOBE G &hrmr GLOBE H &hrmr RGUI N &hrmr LSHFT E &hrmr RALT L &hrmr RCTRL SQT
&hrml LCTRL A &hrml LALT S &hrml LSHFT D &hrml LGUI F &hrml HYPER G &hrmr HYPER H &hrmr RGUI N &hrmr LSHFT E &hrmr RALT L &hrmr RCTRL SQT
&hrml GLOBE Z &kp X &kp C &kp V &kp B &kp K &kp M &kp COMMA &kp DOT &kp SEMI
&lc NAV &hp RSHFT SPACE &kp SPACE &lc SYM
>;
Expand Down

0 comments on commit 109288a

Please sign in to comment.