mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
Fallback on extraConfigs
This commit is contained in:
parent
be70a0a907
commit
0a90bf7151
1 changed files with 21 additions and 17 deletions
|
|
@ -59,26 +59,30 @@
|
|||
enable = true;
|
||||
keyboards.default = {
|
||||
ids = [ "*" ];
|
||||
settings = {
|
||||
main = {
|
||||
capslock = "layer(l2)";
|
||||
};
|
||||
l2 = {
|
||||
w = "up";
|
||||
a = "left";
|
||||
s = "down";
|
||||
d = "right";
|
||||
extraConfig = ''
|
||||
[main]
|
||||
|
||||
b = "C-b";
|
||||
capslock = layer(l2)
|
||||
|
||||
space = "playpause";
|
||||
''. = "nextsong";
|
||||
'', = "prevsong";
|
||||
[l2]
|
||||
|
||||
escape = "~";
|
||||
home = "end";
|
||||
};
|
||||
};
|
||||
w = up
|
||||
s = down
|
||||
a = left
|
||||
d = right
|
||||
|
||||
b = C-b
|
||||
|
||||
space = playpause
|
||||
. = nextsong
|
||||
, = previoussong
|
||||
|
||||
[ = delete
|
||||
] = end
|
||||
escape = ~
|
||||
|
||||
home = end
|
||||
''
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue