umami test run

This commit is contained in:
TheWanderingCrow 2025-02-14 12:13:55 -05:00
parent 4a576f3550
commit 3f2dd8fc8a
5 changed files with 75 additions and 28 deletions

View file

@ -7,34 +7,29 @@
enable = true;
keyboards.default = {
ids = ["*"];
extraConfig = ''
[global]
settings = {
main = {
capslock = "layer(standardL2)";
};
standardL2 = {
w = "up";
s = "down";
a = "left";
d = "right";
default_layout = main
b = "C-b";
[main:layout]
space = "playpause";
"." = "nextsong";
"," = "previoussong";
capslock = layer(standardL2)
"[" = "delete";
"]" = "end";
escape = "~";
[standardL2]
w = up
s = down
a = left
d = right
b = C-b
space = playpause
. = nextsong
, = previoussong
[ = delete
] = end
escape = ~
home = end
'';
home = "end";
};
};
};
};
}