From 8151acc7908d2448bfd392fd49f249555bca09ae Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Fri, 27 Sep 2024 11:13:26 +0200 Subject: [PATCH] lkjalskdjalskjd --- .../wiiuxinput-antimicro.gamecontroller.amgp | 316 ++++++++++++++++++ profiles/desktop/steam.nix | 1 + users/pbsds/home/profiles/desktop.nix | 4 + users/pbsds/syncthing.nix | 2 +- 4 files changed, 322 insertions(+), 1 deletion(-) create mode 100644 other/wiiuxinput-antimicro.gamecontroller.amgp diff --git a/other/wiiuxinput-antimicro.gamecontroller.amgp b/other/wiiuxinput-antimicro.gamecontroller.amgp new file mode 100644 index 0000000..196283c --- /dev/null +++ b/other/wiiuxinput-antimicro.gamecontroller.amgp @@ -0,0 +1,316 @@ + + + + Atari Xbox 360 Game Controller + + 030081b85e0400008e020000010100001118654 + Xbox Generic + + + + + + + + + + R Stick + L Stick + + + + + + 70 + 70 + + + 70 + 70 + + + 4 + mousebutton + + + + + 70 + 70 + + + 7 + mousebutton + + + + + 70 + 70 + + + 70 + 70 + + + 5 + mousebutton + + + + + 70 + 70 + + + 70 + 70 + + + 6 + mousebutton + + + + + 70 + 70 + + + + 5628 + 31629 + 90 + 55 + + 135 + 135 + + + 135 + 135 + + + 1 + mousemovement + + + + + 135 + 135 + + + 4 + mousemovement + + + + + 135 + 135 + + + 135 + 135 + + + 2 + mousemovement + + + + + 135 + 135 + + + 135 + 135 + + + 3 + mousemovement + + + + + 135 + 135 + + + + four-way + + + + 0x1000012 + keyboard + + + + + + + 0x1000013 + keyboard + + + + + + + 0x1000014 + keyboard + + + + + + + 0x1000015 + keyboard + + + + + + 2000 + positivehalf + + + + 0x1000034 + keyboard + + + + + + 2000 + positivehalf + + + + 0x1000000 + keyboard + + + + + + + + + + + + + + + + + + diff --git a/profiles/desktop/steam.nix b/profiles/desktop/steam.nix index 78714db..7067209 100644 --- a/profiles/desktop/steam.nix +++ b/profiles/desktop/steam.nix @@ -80,6 +80,7 @@ # nice to have jstest-gtk + antimicrox ]; } diff --git a/users/pbsds/home/profiles/desktop.nix b/users/pbsds/home/profiles/desktop.nix index 7493e8b..bf00329 100644 --- a/users/pbsds/home/profiles/desktop.nix +++ b/users/pbsds/home/profiles/desktop.nix @@ -32,6 +32,10 @@ libreoffice + emote + normcap # doesn't work on wayland + icon-library + gitg remote-exec diff --git a/users/pbsds/syncthing.nix b/users/pbsds/syncthing.nix index 9ef545d..5dea610 100644 --- a/users/pbsds/syncthing.nix +++ b/users/pbsds/syncthing.nix @@ -22,7 +22,7 @@ in user = lib.mkDefault "pbsds"; group = lib.mkDefault "pbsds"; - dataDir = lib.mkDefault config.users.users.pbsds.home + "/syncthing"; + dataDir = lib.mkDefault (config.users.users.pbsds.home + "/syncthing"); overrideDevices = true; # overrides devices from WebUI overrideFolders = true; # overrides folders from WebUI