Add some config files.
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" ?>
|
||||
<buttonmap>
|
||||
<device name="DualSense Wireless Controller" provider="linux" buttoncount="13" axiscount="8">
|
||||
<configuration>
|
||||
<axis index="2" center="-1" range="2" />
|
||||
<axis index="5" center="-1" range="2" />
|
||||
</configuration>
|
||||
<controller id="game.controller.default">
|
||||
<feature name="a" button="0" />
|
||||
<feature name="b" button="1" />
|
||||
<feature name="back" button="9" />
|
||||
<feature name="down" axis="+7" />
|
||||
<feature name="guide" button="10" />
|
||||
<feature name="left" axis="-6" />
|
||||
<feature name="leftbumper" button="4" />
|
||||
<feature name="leftstick">
|
||||
<up axis="-1" />
|
||||
<down axis="+1" />
|
||||
<right axis="+0" />
|
||||
<left axis="-0" />
|
||||
</feature>
|
||||
<feature name="lefttrigger" button="6" />
|
||||
<feature name="right" axis="+6" />
|
||||
<feature name="rightbumper" button="5" />
|
||||
<feature name="rightstick">
|
||||
<up axis="-4" />
|
||||
<down axis="+4" />
|
||||
<right axis="+3" />
|
||||
<left axis="-3" />
|
||||
</feature>
|
||||
<feature name="righttrigger" button="7" />
|
||||
<feature name="start" button="8" />
|
||||
<feature name="up" axis="-7" />
|
||||
<feature name="x" button="3" />
|
||||
<feature name="y" button="2" />
|
||||
</controller>
|
||||
</device>
|
||||
</buttonmap>
|
||||
5
nix/configuration/roles/kodi/files/mediasources.xml
Normal file
5
nix/configuration/roles/kodi/files/mediasources.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<mediasources>
|
||||
<network>
|
||||
<location id="0">sftp://nochainstounlock@stuff.fizz.buzz:42069/readonly/library/</location>
|
||||
</network>
|
||||
</mediasources>
|
||||
Reference in New Issue
Block a user