c9f379df04
- debian/control, rules, changelog, copyright - postinst/prerm for systemd service enable/disable - Makefile: add PREFIX support for packaging - .gitignore: exclude build artifacts
29 lines
1.0 KiB
Plaintext
29 lines
1.0 KiB
Plaintext
Source: fa608-kbd
|
|
Section: utils
|
|
Priority: optional
|
|
Maintainer: 楼湘缘 <2216918339@qq.com>
|
|
Build-Depends: debhelper-compat (= 13), libhidapi-dev, pkg-config
|
|
Standards-Version: 4.6.2
|
|
Homepage: https://gitee.com/louxian-yuan/fa608-kbd
|
|
|
|
Package: fa608-kbd
|
|
Architecture: amd64
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, libhidapi-hidraw0
|
|
Description: ASUS TUF FA608 keyboard backlight CLI (INESE/中文)
|
|
kbd is a tiny C utility for controlling the keyboard backlight
|
|
on ASUS TUF Gaming A16 FA608 laptops.
|
|
.
|
|
It switches the ITE51368 (0B05:19B6) I2C HID keyboard controller
|
|
from Windows Dynamic Lighting mode to Embedded Controller mode,
|
|
then provides brightness and RGB effect control via sysfs.
|
|
.
|
|
Includes a systemd service for boot-time initialization.
|
|
.
|
|
一款轻量级 C 命令行工具,用于控制 ASUS TUF Gaming A16 FA608
|
|
笔记本的键盘背光。
|
|
.
|
|
通过发送 HID feature report 将 ITE51368 键盘控制器切换到 EC
|
|
模式,随后提供亮度调节和 RGB 灯效控制功能。
|
|
.
|
|
含 systemd 开机自动初始化服务。
|