feat(GamePad): Implemented mappings

This commit is contained in:
2025-08-04 14:36:35 +02:00
parent 3942b6d8b2
commit 945a78c463
5 changed files with 87 additions and 13 deletions

5
go.mod
View File

@@ -2,4 +2,7 @@ module datalore/midi-hid
go 1.24.5
require gitlab.com/gomidi/midi/v2 v2.3.16
require (
github.com/bendahl/uinput v1.7.0
gitlab.com/gomidi/midi/v2 v2.3.16
)