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

Alf X2 Refactor #14572

Merged
merged 13 commits into from
Sep 24, 2021
Merged

Alf X2 Refactor #14572

merged 13 commits into from
Sep 24, 2021

Commits on Sep 23, 2021

  1. refactor x2.h

    - use QMK 3-character notation
    - use #pragma once include guard
    - add license header
    noroadsleft committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    eae1ec6 View commit details
    Browse the repository at this point in the history
  2. refactor default keymap

    - grid-align keycodes
    - use QMK-native keycode aliases for KC_NO and KC_TRNS
    - remove empty functions
    - add license header
    noroadsleft committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    f330902 View commit details
    Browse the repository at this point in the history
  3. remove unnecessary layout macros

    Also formats info.json to be human-friendly.
    noroadsleft committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    e38a0e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ba3a8c View commit details
    Browse the repository at this point in the history
  5. remove LAYOUT macro

    Turns out LAYOUT is the same as LAYOUT_all.
    noroadsleft committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    d55d9d2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    41f3df1 View commit details
    Browse the repository at this point in the history
  7. refactor config.h

    - add license header
    - use #pragma once include guard
    noroadsleft committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    31efe07 View commit details
    Browse the repository at this point in the history
  8. update readme

    - use list for keyboard data
    - add flashing and bootloader instructions
    noroadsleft committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    de8d3d1 View commit details
    Browse the repository at this point in the history
  9. refactor hhkb_60 keymap

    - grid-align keycodes
    - use QMK-native keycode aliases for KC_NO and KC_TRNS
    - add license header
    noroadsleft committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    aa3bb17 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    45e7275 View commit details
    Browse the repository at this point in the history
  11. partial rules.mk cleanup

    - remove Bootloader selection header comments
    - unify Build Options comment block
    - specify use of Bootmagic Full (preventing a conflict with PR 12172)
    noroadsleft committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    8ac63fc View commit details
    Browse the repository at this point in the history
  12. clean up rules.mk

    Update rules.mk to conform to QMK's template.
    noroadsleft committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    39807e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

  1. update LED Indicator API

    noroadsleft committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    dd1e3d0 View commit details
    Browse the repository at this point in the history