index
:
qmk_layout
this commit
prime
Source code for my keyboard firmware and associated tools
bpeetz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rust
/
qmk-hid-com
/
src_c
/
src
/
hid
/
hid.h
blob: 9ffb9d3a9d64782b60999c609b87b6c2bb06586a (
plain
) (
blame
)
1
2
3
4
5
#pragma once
#include
<stdint.h>
uint32_t
read_next
(
uint32_t
usage
,
uint32_t
usage_page
);