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

KBDfans KBD75 Refactor - 2022 Edition #17052

Merged
merged 16 commits into from
May 11, 2022

Commits on May 8, 2022

  1. add license headers

    noroadsleft committed May 8, 2022
    Configuration menu
    Copy the full SHA
    9f76b1c View commit details
    Browse the repository at this point in the history
  2. tidy-up revision rules.mk files

    - convert tabs to spaces
    - align inline comments
    - update rule ordering
    noroadsleft committed May 8, 2022
    Configuration menu
    Copy the full SHA
    7fcb700 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. touch-up readme.md

    noroadsleft committed May 9, 2022
    Configuration menu
    Copy the full SHA
    814b205 View commit details
    Browse the repository at this point in the history
  2. touch-up rev1/rev1.h

    - convert tabs to spaces
    - convert to QMK 3-character notation for matrix positions
    noroadsleft committed May 9, 2022
    Configuration menu
    Copy the full SHA
    0ffe994 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b87cd10 View commit details
    Browse the repository at this point in the history
  4. touch-up rev2/rev2.h

    - convert tabs to spaces
    - convert to QMK 3-character notation for matrix positions
    noroadsleft committed May 9, 2022
    Configuration menu
    Copy the full SHA
    734396a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f9f6ad5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3094ca7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    32a7239 View commit details
    Browse the repository at this point in the history
  8. refactor layout macros

    - switch `LAYOUT_ansi_1u` with `LAYOUT_75_ansi`
      - makes `LAYOUT_75_ansi` the canonical macro name, with `LAYOUT_ansi_1u` as an alias for backwards compatibility
      - move `LAYOUT_ansi_1u` alias to `info.json` files from revision headers
    - remove `LAYOUT_iso_1u` (was unused)
    - rename `LAYOUT_ansi` to `LAYOUT_75_ansi_rwkl`
    - rename `LAYOUT_iso` to `LAYOUT_75_iso_rwkl`
    noroadsleft committed May 9, 2022
    Configuration menu
    Copy the full SHA
    bc4ede7 View commit details
    Browse the repository at this point in the history
  9. refactor default keymap

    - use four-space indent
    - update grid alignment
    noroadsleft committed May 9, 2022
    Configuration menu
    Copy the full SHA
    506632b View commit details
    Browse the repository at this point in the history
  10. refactor iso keymap

    - refactor to use `LAYOUT_75_iso` macro
      - change from Split to 2u Backspace
      - change from Split to Standard Spacebar
      - change `KC_BSLS` keycode to `KC_NUHS`, and place on home row
    - use four-space indent
    - update grid alignment
    noroadsleft committed May 9, 2022
    Configuration menu
    Copy the full SHA
    40c0a27 View commit details
    Browse the repository at this point in the history
  11. refactor via keymap

    - use four-space indent
    - update grid alignment
    noroadsleft committed May 9, 2022
    Configuration menu
    Copy the full SHA
    02faa04 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. touch-up readme.md again

    Fix a broken link.
    noroadsleft committed May 10, 2022
    Configuration menu
    Copy the full SHA
    5aab65b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c02384 View commit details
    Browse the repository at this point in the history
  3. add Full Winkeyless layouts

    - add `LAYOUT_75_ansi_wkl` and `LAYOUT_75_iso_wkl` layout macros
    noroadsleft committed May 10, 2022
    Configuration menu
    Copy the full SHA
    0b75a56 View commit details
    Browse the repository at this point in the history