stupdi keyboard 2
This commit is contained in:
parent
1de37ad755
commit
7db5442cc0
2 changed files with 19 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
||||||
(settings.usersDir + "/josh/configuration.nix")
|
(settings.usersDir + "/josh/configuration.nix")
|
||||||
# Our custom stuff
|
# Our custom stuff
|
||||||
./stupid-keyboard.nix
|
./stupid-keyboard.nix
|
||||||
|
./stupid-keyboard-2.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# machine specific configuration
|
# machine specific configuration
|
||||||
|
|
18
hosts/gpdPocket3/stupid-keyboard-2.nix
Normal file
18
hosts/gpdPocket3/stupid-keyboard-2.nix
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
services.keyd = {
|
||||||
|
enable = true;
|
||||||
|
# `keyd monitor` to get new keys to remap
|
||||||
|
keyboards = {
|
||||||
|
rgo_sino_keyboard = {
|
||||||
|
ids = [ "04e8:7021" ];
|
||||||
|
settings = {
|
||||||
|
main = {
|
||||||
|
"up" = "/";
|
||||||
|
"/" = "up";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue