Formatting and changelog updates. (#14)
Reviewed-on: https://codeberg.org/annabunches/joyful/pulls/14
This commit is contained in:
parent
7e4d4f3c20
commit
b80c5e3032
4 changed files with 24 additions and 19 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue