Skip to content

Commit 74b9f57

Browse files
committed
add onexplayer x1z
1 parent bbe9a0b commit 74b9f57

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

src/hhd/device/oxp/const.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,14 @@
121121
"mapping": X1_MAPPING,
122122
"protocol": "serial",
123123
},
124+
"ONEXPLAYER X1z": {
125+
**ONEX_DEFAULT_CONF,
126+
"name": "ONEXPLAYER X1 (AMD)",
127+
"x1": True,
128+
"rgb_secondary": True,
129+
"mapping": X1_MAPPING,
130+
"protocol": "serial",
131+
},
124132
"ONEXPLAYER X1Pro": {
125133
**ONEX_DEFAULT_CONF,
126134
"name": "ONEXPLAYER X1 Pro (AMD)",

sync.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ $RSYNC ../adjustor/ $HOST:hhd-dev/adjustor
4545
$RSYNC ../hhd-bazzite/ $HOST:hhd-dev/hhd-bazzite
4646

4747
ssh $HOST /bin/bash << EOF
48-
sudo systemctl restart hhdl
49-
# sudo systemctl stop hhdl
48+
# sudo systemctl restart hhdl
49+
sudo systemctl stop hhdl
5050
EOF
5151

52-
# ssh -t $HOST "sudo HHD_HORI_STEAM=1 HHD_HIDE_ALL=1 ~/hhd-dev/hhd/venv/bin/hhd --user bazzite"
52+
ssh -t $HOST "sudo HHD_HORI_STEAM=1 HHD_HIDE_ALL=1 ~/hhd-dev/hhd/venv/bin/hhd --user bazzite"

0 commit comments

Comments
 (0)