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

cKeys theDora Refactor #14495

Merged
merged 7 commits into from
Sep 19, 2021
Merged

cKeys theDora Refactor #14495

merged 7 commits into from
Sep 19, 2021

Commits on Sep 17, 2021

  1. rework LAYOUT macro

    * use QMK 3-character notation in thedora.h
    * position arguments to resemble layout of assembled keyboard
    * correct layout macro reference in info.json
    noroadsleft committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    ada9deb View commit details
    Browse the repository at this point in the history
  2. clean up default keymap

    * use four-space indent
    * use short-form keycodes
    * spelling correction (ROTORY -> ROTARY)
    * partial `qmk format-c` pass
    * add copyright header
    noroadsleft committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    310901b View commit details
    Browse the repository at this point in the history
  3. remove config.h and readme.md from default keymap

    Nothing important in either file.
    noroadsleft committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    f727a32 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2021

  1. add encoder_update_kb() function to thedora.c

    Enabled firmware compiled through QMK Configurator to have rotary encoder functionality.
    noroadsleft committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    d081532 View commit details
    Browse the repository at this point in the history
  2. clean up rules.mk

    Updates rules.mk to conform more closely with QMK's template.
    noroadsleft committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    0c543af View commit details
    Browse the repository at this point in the history
  3. readme.md touch-up

    Convert the keyboard metadata section to an unordered list.
    noroadsleft committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    2058f52 View commit details
    Browse the repository at this point in the history
  4. add license headers

    Add license headers to thedora.c and thedora.h.
    noroadsleft committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    9827c9e View commit details
    Browse the repository at this point in the history