Add Macbook to the roster and whatnot

This commit is contained in:
Jimbo 2024-10-27 00:45:30 -04:00
parent 59c943eda9
commit fe05f45201
9 changed files with 166 additions and 10 deletions

View file

@ -10,6 +10,7 @@
(builtins.readFile ../../../../../hosts/shuttleworth/id_ed25519.pub)
(builtins.readFile ../../../../../hosts/lacros/id_ed25519.pub)
(builtins.readFile ../../../../../hosts/redmond/id_ed25519.pub)
(builtins.readFile ../../../../../hosts/treefruit/id_ed25519.pub)
(builtins.readFile ../../../../../hosts/cyberspark/id_ed25519.pub)
(builtins.readFile ../../../../../hosts/bomberman/id_ed25519.pub)

View file

@ -7,14 +7,16 @@
settings = {
main = {
capslock = "overload(control,esc)";
esc = "capslock";
leftcontrol = "overload(ctrlmod,noop)";
esc = "`";
rightcontrol = "esc";
leftcontrol = "noop";
left = "noop";
down = "noop";
up = "noop";
right = "noop";
};
control = {
h = "left";
j = "down";
@ -22,6 +24,22 @@
l = "right";
semicolon = "macro(C-l)";
};
ctrlmod = {
backspace = "delete";
"1" = "f1";
"2" = "f2";
"3" = "f3";
"4" = "f4";
"5" = "f5";
"6" = "f6";
"7" = "f7";
"8" = "f8";
"9" = "f9";
"0" = "f10";
"-" = "f11";
"=" = "f12";
};
};
};
};