Skip to content

pasokata/zmk-behavior-swapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZMK BEHAVIOR SWAPPER

Usage

#include <behaviors.dtsi>
#include <behaviors/swapper.dtsi>
#include <dt-bindings/zmk/keys.h>
/ {
    keymap {
        compatible = "zmk,keymap";

        default_layer {
            bindings = <
                &sw LALT TAB        &kp ESC
                &sw LALT LS(TAB)    &kp ESC
            >;
        };
    };
};

About

ZMK custom behavior that holds mod and press key

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published