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

Massdrop keyboard updates for SEND_STRING, syscalls, stdio, debug prints, Auto Shift #3973

Merged
merged 4 commits into from
Sep 29, 2018

Commits on Sep 20, 2018

  1. Update for SEND_STRING usage

    Update for SEND_STRING usage.
    Sending keyboard reports (kbd, nkro) now obey the minimum polling time.
    While attempting to send a keyboard report and waiting for a USB poll, other functions of the keyboard, including LED effects and power management, will continue to operate at their intended intervals.
    patrickmt committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    de93bc2 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2018

  1. Updates for send string, syscalls, stdio, debug prints, auto shift

    Now properly waiting for previous keys sent over USB to complete before sending new.
    Added heap to linker and now compiling with syscalls support.
    Removed custom string functions and now using stdio.
    dprintf now works as intended through virtser device.
    patrickmt committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    f92187d View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2018

  1. CTRL and ALT keymap updates

    CTRL mac keymap updated
    ALT default and mac keymap updated
    ALT rules.mk added Auto Shift with default no
    patrickmt committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    5b3023f View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2018

  1. Code cleanup as per discussion with vomindoraan

    Code cleanup as per discussion with vomindoraan
    patrickmt committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    285ba0d View commit details
    Browse the repository at this point in the history