-
Notifications
You must be signed in to change notification settings - Fork 1.7k
MEMO
hasu@tmk edited this page Jul 1, 2021
·
28 revisions
for non-keyboard project
- NO_KEYBOARD build option for minimal build
- 6KRO_ENABLE(boot keyboard compatible when report protocol)
- NKRO_ENABLE
currently keyboard function is built automatically without any options.
two implementatons exists on PS/2 and ADB. One common impl to be shared by projects would be nice.
Data on recv buffer can be removed by calling host_send(). TODO: Fix
need to be organized
MOUSE_ENABLE is needed for mouse project without mouse key feature. It enables mouse output interface.