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

Bathroom Epiphanies Ghost Squid Refactor #18816

Merged
merged 9 commits into from
Oct 22, 2022

Commits on Oct 20, 2022

  1. refactor default keymap

    - shorten layer names
      - KM_QWERTY -> _QW
      - KM_MEDIA -> _MD
      - KM_GUI_LOCK -> _GL
    - use QMK-native keycode aliases
    - use four-space indent
    - grid-align keycodes
    noroadsleft committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    8bb7195 View commit details
    Browse the repository at this point in the history
  2. remove third layer from default keymap

    The third layer only serves to disable the GUI keys, which we can do with a keycode.
    noroadsleft committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    9e33689 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    176ff65 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f25704 View commit details
    Browse the repository at this point in the history
  5. add LAYOUT_fullsize_ansi

    noroadsleft committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    7de7512 View commit details
    Browse the repository at this point in the history
  6. add LAYOUT_fullsize_iso

    noroadsleft committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    fa0e86b View commit details
    Browse the repository at this point in the history
  7. use LAYOUT_fullsize_iso macro in default keymap

    Refactor the default keymap to use the new LAYOUT_fullsize_iso macro.
    noroadsleft committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    7db80a0 View commit details
    Browse the repository at this point in the history
  8. remove LAYOUT macro

    Same matrix as LAYOUT_fullsize_iso, but in a different assignment order.
    noroadsleft committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    5e18f83 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    760f83c View commit details
    Browse the repository at this point in the history