Skip to content
New issue

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

Added support for Keyboard Led status codes #61

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Dec 10, 2021

  1. Adds support for Danish language

    KeyboardLayout_da_DK.cpp is Danish keyboard layout
    Keyboard.h references da_DK.cpp
    Keyboard_da_DK.h defines scan codes for Danish characters such as ÆØ.
    PJ789 authored Dec 10, 2021
    Configuration menu
    Copy the full SHA
    3589bba View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2021

  1. Changes scan code for blash

    Changed scan code for bslash as suggested by @edgar-bonnet
    PJ789 authored Dec 26, 2021
    Configuration menu
    Copy the full SHA
    124a0cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e434109 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e2feda View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2021

  1. Code efficiency improvement

    PJ789 authored Dec 27, 2021
    Configuration menu
    Copy the full SHA
    ebbc47f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    073b5c8 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2022

  1. Enhance the efficiency of led logic handling

    Co-authored-by: Edgar Bonet <[email protected]>
    PJ789 and edgar-bonet authored Jan 1, 2022
    Configuration menu
    Copy the full SHA
    f893a60 View commit details
    Browse the repository at this point in the history
  2. Update Keyboard.h

    PJ789 authored Jan 1, 2022
    Configuration menu
    Copy the full SHA
    befd8b5 View commit details
    Browse the repository at this point in the history