Skip to content

Macro code is different from Arduino #113

Description

@hoschi

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=

Arduino sketch specifies:
const macro_t *macroAction(uint8_t macroIndex, uint8_t keyState) {

What is correct?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions