Skip to content

Guide Feedback: Inline declaration of "leds" removal #3101

@TheKitty

Description

@TheKitty

Per Ladyada - guide feedback to review:

`In the keyboard converter sketch, remove the inline declaration of "leds" ["uint8_t leds = (caps | (num << 1));" to "leds = (caps | (num << 1));"]
and declare "leds" at top of routine as "static uint8_t leds;"

Now LEDs work!`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions