summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-04-22move ` and ~ to another keyPaul Buetow
2024-04-09revised keymapPaul Buetow
2024-04-09my custom keymapPaul Buetow
2024-04-02Fix Makefile errors that prevent builds on macOS (#409)David Whetstone
2024-02-20Fix version.dtsi is reset after local firmware build (#385)Thomas Huber
In #376 a new step was introduced for local builds to undo changes to the version.dtsi file after a build in order to reduce noise to the repo. Unfortunately the way used to execute the step causes the version.dtsi file to be reset too early and therefore causes an incorrect version number to be used for the version macro when run locally. This went unfortunately undiscovered as the checked in version.dtsi was the same on the day the change in #376 was tested and was not noticed until I build a new change to my keymap locally a few days ago. The git command introduced in #376 is wrapped into a shell function. However what was missed is that commands run by the shell function are run when the function calls are expanded by make. This causes the version.dtsi file to be reset before the firmware build process is even started which resultes in the version.dtsi currently checked in to the repo to be used for local builds instead of the newly generated file when make starts. This change updates how the git command to reset the version.dtsi is being called. It is no longer called within a shell function to ensure it does run in the order it is defined after the firmware build is complete. Builds run through GitHub actions are not impacted and always used the correct version.dtsi For more information and context see: - https://www.gnu.org/software/make/manual/html_node/Shell-Function.html - https://www.gnu.org/software/make/manual/html_node/Reading-Makefiles.html
2024-02-15Update build workflows (#376)ReFil
2024-02-05Makefile enhancements to optimize local workflows (#363)Thomas Huber
- 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.
2024-01-16Update Makefile variables (#335)ReFil
2024-01-14Base ZMK update (#326)ReFil
2023-12-27Prefer `tr` to ${char^^}, which does not work on older bash versions (#303)Jim Jowdy
* Prefer `tr` to ${char^^}, which does not work on older bash versions * Update CHANGELOG.md --------- Co-authored-by: ReFil <31960031+ReFil@users.noreply.github.com>
2023-12-15Add version macro (#300)ReFil
2023-12-15Add pull request template (#293)ReFil
* Add pull request template * Update CHANGELOG.md
2023-12-13Revert "Updated keymap"ReFil
This reverts commit 9fc6c6239c362671e3b005fc771a3771b6b2c240.
2023-12-13Revert "Updated keymap"ReFil
This reverts commit 18e664a8396089bc9b4be24fcb84b5a8cda8bab0.
2023-12-11Updated keymapadv360proapp[bot]
2023-12-11Updated keymapadv360proapp[bot]
2023-12-07Make get_version use bash from $PATH (#287)David Whetstone
* Make get_version use bash from $PATH * Update CHANGELOG.md --------- Co-authored-by: ReFil <31960031+ReFil@users.noreply.github.com>
2023-12-06Update bluetooth settings in light of user feedback (#289)ReFil
2023-11-18Revert "Add version macro to keymap.json (#269)"ReFil
This reverts commit 7adf0629f7bfd3d20c3fb9e7039329169acdae5d.
2023-11-17Add version macro to keymap.json (#269)ReFil
* Update keymap.json to reflect version macro * Update CHANGELOG.md
2023-11-16Changelog new base ZMK update (#268)ReFil
2023-11-16Version compiled FW with automatic macro (#267)ReFil
* Version compiled FW with hash Auto generates a macro to type out version info, local and github compilation now includes commit hash and timestamp in final uf2 files * Fix local builds makefile doesn't like the script returning the macro, directed to null for local builds as version.dtsi file accessible
2023-11-08Document new NKRO settings (#264)ReFil
* Document new NKRO settings * Update CHANGELOG.md
2023-11-02Improve documentation based on feedback (#260)ReFil
* Improve documentation based on feedback * Update README.md * Update CHANGELOG.md
2023-10-30Update reset fileReFil
Improves reset performance after last minor ZMK update
2023-10-20Update ZMK (#248)ReFil
Tweaks to point to new ZMK branch, changes to support this.
2023-10-09Further documentation work (#241)ReFil
* Minor cleanup, change date format, add beta testing * Update CHANGELOG.md
2023-10-09Fix shell check warnings (#242)S0AndS0
* Fix SC2002 Shell Check warning * Fix SC2086 Shell Check warnings
2023-09-07Readme rewrite (#222)ReFil
2023-09-07Add CHANGELOG (#221)ReFil
2023-07-28Add instructions for upgrading from V2 to V3 in README (#197)Santhosh Kannan
This commit adds a new section in the README.md file detailing instructions for users upgrading from V2 to V3.
2023-07-06V3.0 UpdateReFil
refactor(board): Update to z3.2 Major update to underlying code requires change to the repo, brought in line with zmk pr for commonality, fixed indentation to comply with zmk pre-commit formatting reqs Update settings-reset, change RGB modes Add Update instructions, Assets folder
2023-05-25Refactor(boards): cleanup pins and keysReFil
Remove unmapped keys from matrix, remap transform in line with this, unmap associated IO, bring keymap in line with manual
2023-04-07Merge pull request #128 from tplunket/tplunket/update-readmeReFil
Provide flashing instructions, point at GUI editor, and format support links.
2023-04-07Refine wording of steps in firmware flashing.Tom Plunket
2023-04-02Provide flashing instructions, point at GUI editor, and format support links.Tom Plunket
2023-03-25Remove unnecessary keys from GUIReFil
2023-03-06Merge pull request #116 from ReFil/add-pedal2ReFil
Fix config files to add extra pedal keys
2023-03-06Fix json filesReFil
2023-03-04Merge pull request #114 from ReFil/add-pedal2ReFil
Add additional pedal keys
2023-03-04Add additional pedal keysReFil
Adds pedal2 keys on left and right back into matrix
2023-02-14Merge pull request #101 from ReFil/disable-logReFil
Disable USB logging
2023-02-10Disable loggingReFil
2023-01-25Merge pull request #91 from ReFil/Fix-osxReFil
Disable SELinux support on OS X
2023-01-16Merge pull request #92 from nickcoutsos/patch-1ReFil
Correct column alignment for generated keymaps
2023-01-13use $(strip to remove whitespaceReFil
2023-01-12Fix alignment of space thumb keyNick Coutsos
2023-01-12Correct column alignment for generated keymapsNick Coutsos
- Updated the layout definition to at least make sure the right half mirrors the left. - Updated some of the labels to match the default keymap
2023-01-12Disable SELinux support on OS XReFil
2022-11-21Merge pull request #57 from KinesisCorporation/56-instructions-in-readme-failReFil
Update README.md to account for new makefile setup