Volume control is working.

This commit is contained in:
fewtarius 2022-08-31 06:50:43 -04:00
parent 3011a3a382
commit ccee297e86
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

View file

@ -1,9 +1,10 @@
DEVICE_VOLUMECTL=true
DEVICE_AUDIO_MIXER="PCM"
DEVICE_VOLUME_DEV="/dev/event4"
DEVICE_VOLUME_DEV="/dev/input/event4"
### Do all of this better
DEVICE_CONTROLLER_DEV="/dev/event4"
DEVICE_VOL_MODIFIER="BTN_SELECT"
DEVICE_CONTROLLER_DEV="/dev/input/event14"
DEVICE_BRIGHTNESS="100"