We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Repo specifies const macro_t *macroAction(uint8_t macro_id, KeyEvent &event) { here https://github.com/keyboardio/Model01-Firmware/blob/master/Model01-Firmware.ino#L324=
const macro_t *macroAction(uint8_t macro_id, KeyEvent &event) {
Arduino sketch specifies: const macro_t *macroAction(uint8_t macroIndex, uint8_t keyState) {
const macro_t *macroAction(uint8_t macroIndex, uint8_t keyState) {
What is correct?
The text was updated successfully, but these errors were encountered:
The version with KeyEvent is newer, and should be used unless you're compiling an old version of Kaleidoscope.
KeyEvent
Sorry, something went wrong.
No branches or pull requests
Repo specifies
const macro_t *macroAction(uint8_t macro_id, KeyEvent &event) {
herehttps://github.com/keyboardio/Model01-Firmware/blob/master/Model01-Firmware.ino#L324=
Arduino sketch specifies:
const macro_t *macroAction(uint8_t macroIndex, uint8_t keyState) {
What is correct?
The text was updated successfully, but these errors were encountered: