| Age | Commit message (Collapse) | Author |
|
Remove unmapped keys from matrix, remap transform in line with this, unmap associated IO, bring keymap in line with manual
|
|
Provide flashing instructions, point at GUI editor, and format support links.
|
|
|
|
|
|
|
|
Fix config files to add extra pedal keys
|
|
|
|
Add additional pedal keys
|
|
Adds pedal2 keys on left and right back into matrix
|
|
Disable USB logging
|
|
|
|
Disable SELinux support on OS X
|
|
Correct column alignment for generated keymaps
|
|
|
|
|
|
- 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
|
|
|
|
Update README.md to account for new makefile setup
|
|
|
|
|
|
Makefile: allow volumes to work on selinux
|
|
Volumes need the "z" option to work on selinux enabled systems. This has
no affect on systems that are not selinux enabled.
|
|
Makefile: simplify; clean should remove images created
|
|
The target all was previous running setup followed by build. As
both setup and build are phony targets they run in sequence and because
the firmware contain the timestamp they always run (dependencies doesn't
do anything). all now does exactly what it says on the tin
without introducing non-standard targets.
clean now removes the images that created during build which is
what you expect from that target. See:
https://www.gnu.org/software/make/manual/html_node/Standard-Targets.html#Standard-Targets
|
|
makefile: ignore errors during clean
|
|
support using podman or docker
|
|
|
|
The file(s) being removed may not exist, but make shouldn't fail because
of it:
$ make clean
rm ./firmware/*.uf2
rm: cannot remove './firmware/*.uf2': No such file or directory
make: *** [Makefile:10: clean] Error 1
$ echo $?
2
this also removes leading ./ from path in clean, and assumes that `make
clean` is being run from the top level repo dir
|
|
|
|
This makes sure that all versions of podman can resolve the image
successfully
|
|
Upgrade Github Actions to avoid deprecations
|
|
Reusable Docker image
|
|
Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/checkout, actions/cache, actions/upload-artifact, actions/cache, actions/checkout
Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
|
|
* `Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/checkout, actions/cache, actions/upload-artifact, actions/cache, actions/checkout`
Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
|
|
The warnings are:
* `Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/checkout, actions/cache, actions/upload-artifact, actions/cache, actions/checkout`
* `The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/`
* `The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/`
|
|
New settings reset file fully erases the peripheral data from the central, vital for ble whitelisting feature
|
|
|
|
|
|
Co-authored-by: Ed Flanagan <ed@flanagan.xyz>
|
|
fix local docker build
|
|
|
|
|
|
|
|
|
|
|
|
BT config uses a different field for the manufacturer name
|
|
|
|
|
|
Format adv360.keymap layers
|
|
* Cleanup layer binding formatting
* Align rows/columns
* Be consistent for each layer
* Consistent with `keymap.json`
* Replace `BKSP` with `BSPC`
* Based on https://zmk.dev/docs/codes/keyboard-keypad#control--whitespace
* Consistent with `keymap.json`
* Replace default layer `&kp KP_NUMBER_*` with `&none`
* These were `&none` in v1
* Consistent with other layers
|