HeadsetControl
Sidetone and Battery status for Logitech G930, G533, G633, G933 SteelSeries Arctis 7/PRO 2019 and Corsair VOID (Pro) in Linux and MacOSX
파일 탐색기
최종 버전 다운로드 (.zip)- 1_new_device.yaml
- 20-feature-device.yaml
- 30-bug-device.yaml
- 40-feature.yaml
- 50-bug.yaml
- build-artifacts.yml
- build.yml
- bump-homebrew.yml
- check-whitespace.yml
- clang-format.yml
- claude-code-review.yml
- continuos-release.yml
- copr-build.yml
- ppa-upload.yml
- release.yml
- repo-device-requested.yml
- repo-stale.yml
- FUNDING.yml
- pull_request_template.md
- headsetcontrol.ico
- headsetcontrol.png
- headsetcontrol.rc
- output.cpp
- output_data.hpp
- serializers.hpp
- argument_parser.hpp
- CMakeLists.txt
- dev.cpp
- dev.hpp
- main.cpp
- output.hpp
- Findhidapi.cmake
- format
- changelog
- control
- copyright
- rules
- ADDING_A_CAPABILITY.md
- ADDING_A_CORSAIR_DEVICE.md
- ADDING_A_DEVICE.md
- ASTRO_A50_EXTRA_FEATURES.md
- DEVELOPMENT.md
- LIBRARY_USAGE.md
- hidpp_protocol.hpp
- logitech_calibrations.hpp
- logitech_centurion_protocol.hpp
- steelseries_protocol.hpp
- audeze_maxwell.hpp
- audeze_maxwell2.hpp
- CMakeLists.txt
- corsair_device.hpp
- corsair_virtuoso_xt.hpp
- corsair_void_rich.hpp
- corsair_void_v2w.hpp
- device_utils.hpp
- headsetcontrol_test.hpp
- hid_device.cpp
- hid_device.hpp
- hid_interface.hpp
- hyperx_cloud_2_wireless.hpp
- hyperx_cloud_2_wireless_kingston.hpp
- hyperx_cloud_3.hpp
- hyperx_cloud_alpha_wireless.hpp
- hyperx_cloud_flight.hpp
- lenovo_wireless_voip.hpp
- logitech.h
- logitech.hpp
- logitech_astro_a50.hpp
- logitech_device.hpp
- logitech_g432.hpp
- logitech_g522_lightspeed.hpp
- logitech_g533.hpp
- logitech_g535.hpp
- logitech_g633_g933_935.hpp
- logitech_g930.hpp
- logitech_gpro.hpp
- logitech_gpro_x2_lightspeed.hpp
- logitech_zone_wired.hpp
- plantronics_bt600.hpp
- roccat_elo_7_1_air.hpp
- roccat_elo_7_1_usb.hpp
- sony_inzone_buds.hpp
- sony_inzone_h5.hpp
- steelseries_arctis_1.hpp
- steelseries_arctis_7.hpp
- steelseries_arctis_7_plus.hpp
- steelseries_arctis_9.hpp
- steelseries_arctis_gamebuds.hpp
- steelseries_arctis_nova_3.hpp
- steelseries_arctis_nova_3p_wireless.hpp
- steelseries_arctis_nova_5.hpp
- steelseries_arctis_nova_7.hpp
- steelseries_arctis_nova_7p.hpp
- steelseries_arctis_nova_pro_wireless.hpp
- steelseries_arctis_pro_wireless.hpp
- capability_descriptors.hpp
- CMakeLists.txt
- dev.cpp
- dev.hpp
- device.cpp
- device.hpp
- device_registry.cpp
- device_registry.hpp
- feature_handlers.hpp
- feature_utils.hpp
- globals.cpp
- headsetcontrol.cpp
- headsetcontrol.hpp
- headsetcontrol_c.cpp
- headsetcontrol_c.h
- hid_utility.cpp
- hid_utility.h
- hid_utility.hpp
- result_types.cpp
- result_types.hpp
- string_utils.hpp
- utility.cpp
- utility.h
- utility.hpp
- version.h.in
- CMakeLists.txt
- test_cli_output.cpp
- test_device_registry.cpp
- test_edge_cases.cpp
- test_hid_interface.cpp
- test_library_api.cpp
- test_library_linkage.cpp
- test_output_formats.cpp
- test_protocols.cpp
- test_runner.cpp
- test_steelseries_sidetone.cpp
- test_string_escaping.cpp
- test_utilities.cpp
- .clang-format
- .clang-tidy
- .gitattributes
- .gitignore
- AGENTS.md
- CLAUDE.md
- CMakeLists.txt
- CMakePresets.json
- format-code.sh
- headsetcontrol.spec
- license
- README.md
- vcpkg.json
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/Sapd/HeadsetControl
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd HeadsetControl
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Homebrew macOS/Linux용 패키지 매니저입니다.
- APT (Debian/Ubuntu 계열) Debian/Ubuntu 계열 리눅스에 기본 내장된 패키지 매니저입니다.
brew install sapd/headsetcontrol/headsetcontrol
Homebrew로 이미 빌드된 패키지를 바로 설치합니다. 소스 빌드가 필요 없습니다.
apt-get install build-essential git cmake libhidapi-dev
APT 패키지 저장소에서 바로 설치합니다 (Debian/Ubuntu 계열).
brew install hidapi cmake
Homebrew로 이미 빌드된 패키지를 바로 설치합니다. 소스 빌드가 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. CMake
보통사전 준비물
apt-get install build-essential git cmake libhidapi-dev
APT 패키지 저장소에서 바로 설치합니다 (Debian/Ubuntu 계열).
dnf install cmake hidapi-devel g++
이 명령어를 터미널에 그대로 입력해 실행하세요.
pacman -S git cmake hidapi
이 명령어를 터미널에 그대로 입력해 실행하세요.
dnf install git cmake hidapi-devel
이 명령어를 터미널에 그대로 입력해 실행하세요.
zypper in cmake libhidapi-devel
이 명령어를 터미널에 그대로 입력해 실행하세요.
build 폴더 안에 실행 파일이 생성됐는지 확인하고, 직접 실행해보세요 (예: ./build/앱이름).
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
