947949bd13
Single C binary controlling ITE51368 (0B05:19B6) keyboard backlight. - HID feature report [0x46,0x01] switches to EC mode - Brightness control via sysfs asus::kbd_backlight - RGB effects via sysfs kbd_rgb_mode (6 params: cmd mode R G B speed) - systemd service for boot-time EC mode init
13 lines
240 B
Desktop File
13 lines
240 B
Desktop File
[Unit]
|
|
Description=ASUS TUF A16 keyboard backlight EC mode init
|
|
After=multi-user.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/bin/kbd init
|
|
ExecStartPost=/usr/local/bin/kbd on
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|