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

Update #8

Merged
merged 17 commits into from
Feb 8, 2024
Merged

Update #8

merged 17 commits into from
Feb 8, 2024

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    863f0c4 View commit details
    Browse the repository at this point in the history
  2. feat: update keymap

    sanderdrummer committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    248f7e3 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    2055aa2 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Make get_version use bash from $PATH (KinesisCorporation#287)

    * Make get_version use bash from $PATH
    
    * Update CHANGELOG.md
    
    ---------
    
    Co-authored-by: ReFil <[email protected]>
    humblehacker and ReFil committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    1193212 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Updated keymap

    adv360proapp[bot] committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    9fc6c62 View commit details
    Browse the repository at this point in the history
  2. Updated keymap

    adv360proapp[bot] committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    18e664a View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Revert "Updated keymap"

    This reverts commit 18e664a.
    ReFil committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    3a35615 View commit details
    Browse the repository at this point in the history
  2. Revert "Updated keymap"

    This reverts commit 9fc6c62.
    ReFil committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    9becf80 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Add pull request template (KinesisCorporation#293)

    * Add pull request template
    
    * Update CHANGELOG.md
    ReFil committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    e6df7b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7287c4d View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Prefer tr to ${char^^}, which does not work on older bash versions (K…

    …inesisCorporation#303)
    
    * Prefer `tr` to ${char^^}, which does not work on older bash versions
    
    * Update CHANGELOG.md
    
    ---------
    
    Co-authored-by: ReFil <[email protected]>
    jjowdy and ReFil committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    1728a66 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. Configuration menu
    Copy the full SHA
    4a5003a View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    0737d53 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Makefile enhancements to optimize local workflows (KinesisCorporation…

    …#363)
    
    - Enhance the Makefile to enable firmware building exclusively for the left side.
    
    To modify the keymap, flashing only the left side's firmware suffices.
    
    This change facilitates the creation of firmware for the left side only,
    thereby expediting the build process.
    
    Usage: make left
    
    This update maintains existing functionality. Without specifying the
    left target, firmware for both halves will be generated.
    
    - Add separate make targets to clean firmware and docker image
    
    Add targets clean_firmware and clean_image independently while maintaing clean to run both
    
    - Ensure files modified by the build process are reset at the end
    
    The current build process dynamically generates the content of the version macro
    in config/version.dtsi to enable users to print out the precise version and commit
    the firmware was built on via a keybinding on the keymap.
    
    This change ensurs that the changes to this macro file are reset at the end of the
    build process to ensure it isn't shown as modified and added to keymap commit changes.
    huber-th committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    cbc0656 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    dc25d6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2ff19b View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. feat: add f keys

    sanderdrummer committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    34a7c66 View commit details
    Browse the repository at this point in the history