summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2022-11-18Readme CleanupReFil
2022-11-18Update README.mdReFil
2022-11-18Merge pull request #58 from jasonish/selinux/v1ReFil
Makefile: allow volumes to work on selinux
2022-11-16Makefile: allow volumes to work on selinuxJason Ish
Volumes need the "z" option to work on selinux enabled systems. This has no affect on systems that are not selinux enabled.
2022-11-14Merge pull request #42 from allanwind/makefileReFil
Makefile: simplify; clean should remove images created
2022-11-01Makefile: simplify; clean removes imagesAllan Wind
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
2022-10-30Merge pull request #36 from craftyguy/V2.0-make-clean-no-failReFil
makefile: ignore errors during clean
2022-10-26Merge pull request #10 from craftyguy/podmanReFil
support using podman or docker
2022-10-25readme: include note about requiring podman or docker for local buildClayton Craft
2022-10-24makefile: ignore errors during cleanClayton Craft
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
2022-10-24Use podman, fall back to docker if unavailableClayton Craft
2022-10-24dockerfile: prefix image name with docker.ioClayton Craft
This makes sure that all versions of podman can resolve the image successfully
2022-10-23Merge pull request #33 from douglascamata/patch-1ReFil
Upgrade Github Actions to avoid deprecations
2022-10-23Merge pull request #29 from joshfrench/makefileReFil
Reusable Docker image
2022-10-21Upgrade upload-artifact action to avoid deprecationDouglas Camata
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>
2022-10-21Upgrade checkout action to avoid deprecationDouglas Camata
* `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>
2022-10-21Upgrade cache action to avoid deprecationDouglas Camata
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/`
2022-10-20fix(split): Update settings reset fileReFil
New settings reset file fully erases the peripheral data from the central, vital for ble whitelisting feature
2022-10-13timestamp doesn't need to be a targetJosh French
2022-10-13Merge remote-tracking branch 'kinesis/V2.0' into makefileJosh French
2022-10-12Specify setup prereqsJosh French
Co-authored-by: Ed Flanagan <ed@flanagan.xyz>
2022-10-12Merge pull request #25 from stapelberg/fix-docker-buildReFil
fix local docker build
2022-10-11We only need config/west.yml at this stageJosh French
2022-10-11Remove old scriptsJosh French
2022-10-11this is being handled elsewhereJosh French
2022-10-11Update docsJosh French
2022-10-11Use makefile for a reusable docker imageJosh French
2022-10-11Merge pull request #28 from joshfrench/set-bt-manufacturerReFil
BT config uses a different field for the manufacturer name
2022-10-11BT config uses a different field for the manufacturer nameJosh French
2022-10-09fix local docker buildMichael Stapelberg
2022-10-09Merge pull request #24 from ed-flanagan/v2/keymap-format/1ReFil
Format adv360.keymap layers
2022-10-07Format adv360.keymap layersEd Flanagan
* 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