-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Add steam deck info from README
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
Steam Deck | ||
========== | ||
|
||
Configuration | ||
------------- | ||
|
||
When configuring the system, import `./modules` from this repo in your configuration and enable the Steam Deck-specific hardware configurations with `jovian.devices.steamdeck.enable = true;`. | ||
|
||
|
||
Firmware Updates | ||
---------------- | ||
|
||
Firmware update, at this time, is not handled automatically. | ||
|
||
### `steamdeck-firmware` | ||
|
||
Updates to the BIOS and the controller are available in the `steamdeck-firmware` package: | ||
|
||
- BIOS: Run `sudo jupiter-biosupdate` | ||
- Controller: Run `sudo jupiter-controller-update` | ||
|
||
### `jupiter-dock-updater-bin` | ||
|
||
Updates to the Docking Station firmware are available in the `jupiter-dock-updater-bin` package. | ||
Connect to the dock via USB-C and run `jupiter-dock-updater` to update. | ||
|
||
|
||
Helpful Tips | ||
------------ | ||
|
||
To enter the boot menu, power off the Steam Deck then hold down `Volume-` and tap the `Power` button. |