Neu hinzugefügt: - tools/superx-ctrl.py — zentrale CLI-Steuerung (Frostbay + Tablet RGB + EC Turbo) - tools/tablet-rgb.py — Tablet RGB via HIDRAW - tools/ec-read.py — EC Turbo Status Reader - tools/turbo-*.py — 7 Turbo-Debug/Listener-Scripts - tools/patch-hhd-superx.py — HHD Patch für Super X Turbo-Bypass - udev/99-superx-hid.rules — HIDRAW-Zugriffsregel (0x1A86:0x1305) - dms/plugins/SuperXCtrl/ — DMS Widget (plugin.json + QML + Settings) - README.md — vollständig überarbeitet mit Architektur, Nutzung, Verzeichnisstruktur Geändert: - tools/frostbay_ble.py — rgb-brightness Subcommand hinzugefügt (0xFD Mode)
12 lines
No EOL
406 B
JSON
12 lines
No EOL
406 B
JSON
{
|
|
"id": "superXCtrl",
|
|
"name": "Super X Control",
|
|
"description": "Frostbay cooling modes, fan curves, and RGB control for OneXPlayer Super X",
|
|
"version": "1.0.0",
|
|
"author": "Kay & Hoerman",
|
|
"type": "widget",
|
|
"capabilities": ["control-center"],
|
|
"component": "./SuperXWidget.qml",
|
|
"icon": "settings_input_component",
|
|
"permissions": ["settings_read", "settings_write"]
|
|
} |