Skip to content

Instantly share code, notes, and snippets.

View mortyr45's full-sized avatar

Miklós Kovács mortyr45

View GitHub Profile
@mortyr45
mortyr45 / raw-hid.go
Created July 8, 2024 10:09
Detect raw hid reports from a device.
// https://docs.qmk.fm/features/rawhid
package main
import (
"fmt"
"os"
"github.com/sstallion/go-hid"
)