4 lines
130 B
Bash
4 lines
130 B
Bash
|
#! /usr/bin/env bash
|
||
|
nix run github:feathecutie/hidtools -- -s descriptor.wara
|
||
|
cat descriptor.h |grep " 0x"|grep -v "ReportId"
|