This website requires JavaScript.
Explore
Help
Register
Sign in
mirrors
/
opensteno_qmk
Watch
1
Star
0
Fork
You've already forked opensteno_qmk
0
mirror of
https://github.com/openstenoproject/qmk
synced
2024-11-09 18:19:08 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
3cadcc0cd9
opensteno_qmk
/
quantum
/
plover_hid.h
5 lines
96 B
C
Raw
Normal View
History
Unescape
Escape
Add plover hid support for LUFA and hopefully ChibiOS Still no support for chibios.
2021-09-19 14:39:02 +00:00
#
pragma once
plover hid changes, bunch the reports up and send
2021-09-24 20:48:12 +00:00
void
plover_hid_update
(
uint8_t
button
,
bool
pressed
)
;
void
plover_hid_task
(
void
)
;
Reference in a new issue
Copy permalink