keyd: add MoErgo hyper mapping
This commit is contained in:
@@ -22,18 +22,16 @@ makeEnable config "myModules.keyd" true {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# TODO: Add per-keyboard overrides here once device IDs are known.
|
# MoErgo Glove80: only map Right Meta/Super to Hyper.
|
||||||
# Example:
|
keyboards.moErgo = {
|
||||||
# keyboards.externalKinesis = {
|
ids = [ "16c0:27db" ];
|
||||||
# ids = [ "1ea7:0907" ];
|
settings = {
|
||||||
# settings = {
|
main = {
|
||||||
# main = {
|
rightmeta = "layer(hyper)";
|
||||||
# leftalt = "leftmeta";
|
};
|
||||||
# leftmeta = "leftalt";
|
# Hyper = Ctrl+Alt+Meta while held (matches $hyper = SUPER CTRL ALT)
|
||||||
# rightalt = "layer(hyper)";
|
"hyper:C-A-M" = { };
|
||||||
# };
|
};
|
||||||
# "hyper:C-A-M-S" = { };
|
};
|
||||||
# };
|
|
||||||
# };
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user