Skip to content

Commit 8df7a68

Browse files
committed
add x1air
1 parent d8525fc commit 8df7a68

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/hhd/device/oxp/const.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,15 @@
156156
"protocol": "serial",
157157
"turbo": False, # disable turbo takeover so that it can be used for TDP
158158
},
159+
"ONEXPLAYER X1Air": {
160+
**ONEX_DEFAULT_CONF,
161+
"name": "ONEXPLAYER X1 (Intel)",
162+
"x1": True,
163+
"rgb_secondary": True,
164+
"mapping": X1_MAPPING,
165+
"protocol": "serial",
166+
"turbo": False, # disable turbo takeover so that it can be used for TDP
167+
},
159168
"ONEXPLAYER G1 i": {
160169
**ONEX_DEFAULT_CONF,
161170
"name": "ONEXPLAYER G1 (Intel)",

0 commit comments

Comments
 (0)