Formatting and changelog updates. (#14)

Reviewed-on: https://codeberg.org/annabunches/joyful/pulls/14
This commit is contained in:
Anna Rose Wiggins 2026-09-12 16:29:51 +02:00 committed by annabunches
parent 7e4d4f3c20
commit b80c5e3032
4 changed files with 24 additions and 19 deletions

View file

@ -7,10 +7,11 @@ const (
DevicePresetGamepad = "gamepad"
DevicePresetJoystick = "joystick"
DevicePresetMouse = "mouse"
VirtualDeviceVendorId = 0x4711
VirtualDeviceDeviceId = 0x0816
VirtualDeviceMaxButtons = 74
// These defaults are taken or inferred from the go-evdev library
VirtualDeviceDefaultVendorId = 0x4711
VirtualDeviceDefaultDeviceId = 0x0816
VirtualDeviceMaxButtons = 74
)
// Device Presets