https://github.com/mabezdev/m27q-kvm
https://github.com/mabezdev/m27q-kvm
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mabezdev/m27q-kvm
- Owner: MabezDev
- License: apache-2.0
- Created: 2021-08-07T14:32:51.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-10T19:50:39.000Z (almost 5 years ago)
- Last Synced: 2025-04-19T12:00:14.427Z (about 1 year ago)
- Language: Rust
- Size: 18.6 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
## M27 KVM switch control
A KVM control library for the GIGABYTE M27Q monitor.
### Rationale
It's possible to switch to all inputs _except_ the USB-C input via [ddcutil](https://www.ddcutil.com/). This tool uses the usb billboard device to control the KVM switch and source functionality.
### Installation
- Install udev rules from `udev/`.
- Install this package via cargo: `cargo install m27q-kvm --force`. (`--force` to always get the latest version)
### Platform support
- Linux - Tested and working
- MacOS - Tested and working
- Windows - Untested