Flying key feedback #254
SteffeyDev
started this conversation in
General
Replies: 1 comment 1 reply
-
I tried to implement feedback for pattern and fly in #255, but it does not compile. I open a PR, hope that you might help me on this error |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@reno- I looked at your flying key changes. You have all the necessary changes in FeedbackMonitors and Switcher.h, you just need to make some changes in Switcher.mm. Find another monitor that is similar and follow how it is used in Switcher.mm. You need to register the monitor in
switcherConnected
and de-register it incleanUpConnection
; that is what connects the monitor classes you've written to the switcher. If you continue copy-pasting down that path, you should find success.Beta Was this translation helpful? Give feedback.
All reactions