Clayton Craft
78df0ff393
makefile: ignore errors during clean
...
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
3 years ago
ReFil
b13c301b58
Merge pull request #33 from douglascamata/patch-1
...
Upgrade Github Actions to avoid deprecations
3 years ago
ReFil
ca29f73863
Merge pull request #29 from joshfrench/makefile
...
Reusable Docker image
3 years ago
Douglas Camata
241a0adc8c
Upgrade upload-artifact action to avoid deprecation
...
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>
3 years ago
Douglas Camata
75f8abf03d
Upgrade checkout action to avoid deprecation
...
* `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>
3 years ago
Douglas Camata
019aa3feef
Upgrade cache action to avoid deprecation
...
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/ `
3 years ago
ReFil
d140f7bfb8
fix(split): Update settings reset file
...
New settings reset file fully erases the peripheral data from the central, vital for ble whitelisting feature
3 years ago
Josh French
7e9cb93cf2
timestamp doesn't need to be a target
3 years ago
Josh French
a7c03958d9
Merge remote-tracking branch 'kinesis/V2.0' into makefile
3 years ago
Josh French
4f09557004
Specify setup prereqs
...
Co-authored-by: Ed Flanagan <ed@flanagan.xyz>
3 years ago
ReFil
f37076ddd8
Merge pull request #25 from stapelberg/fix-docker-build
...
fix local docker build
3 years ago
Josh French
90c3c41b9d
We only need config/west.yml at this stage
3 years ago
Josh French
3b0bfd72fe
Remove old scripts
3 years ago
Josh French
1660f0c75e
this is being handled elsewhere
3 years ago
Josh French
b3e58a53b8
Update docs
3 years ago
Josh French
1d14ffdb30
Use makefile for a reusable docker image
3 years ago
ReFil
2f0f47dc43
Merge pull request #28 from joshfrench/set-bt-manufacturer
...
BT config uses a different field for the manufacturer name
3 years ago
Josh French
73a3e10338
BT config uses a different field for the manufacturer name
3 years ago
Michael Stapelberg
1fe9cfcb2f
fix local docker build
3 years ago
ReFil
73db660251
Merge pull request #24 from ed-flanagan/v2/keymap-format/1
...
Format adv360.keymap layers
3 years ago
Ed Flanagan
ee04b1c728
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
3 years ago
ReFil
43d0e71ca0
Config changes
...
Removed default brightness as that's handled by base firmware now
Added USB VID, PID and manufacturer ID
Enabled DCDC converter for marginally improved battery
3 years ago
ReFil
de48875a50
Update build.sh
...
Remove DTS file listing requirement that was deprecated in teh move to Z3
3 years ago
ReFil
c25d2c8add
Z3 update push
3 years ago
Kinesis Keyboards
16dcdb9fae
Update README.md
3 years ago
Kinesis Keyboards
c747ff3290
Merge pull request #5 from PolarityWorks/main
...
Remove extraneous thumb keys
3 years ago
ReFil
8f92f812c7
Remove extraneous key
3 years ago
Kinesis Keyboards
604121eda8
Update adv360.keymap
...
Test actions for 4 hotkeys (Keypad 1-4)
4 years ago
Kinesis Keyboards
c42fe654b8
Update macros.dtsi
4 years ago
Kinesis Keyboards
392a9417c2
Merge pull request #4 from ryanwinchester/V1.0
...
Add local build option with Docker and README
4 years ago
Ryan Winchester
9517b0ccff
Add Dockerfile optimizations
...
@ThePrimeagen did these on-stream.
4 years ago
Ryan Winchester
068b1ff56a
Add local build option with Docker and README
4 years ago
Kinesis Corporation
68fe75d403
Merge pull request #2 from PolarityWorks/main
...
V1.0.1
4 years ago
ReFil
8c0e298663
Merge branch 'KinesisCorporation:main' into main
4 years ago
ReFil
89440193f8
Fix clock accuracy
4 years ago
Kinesis Corporation
2901f3ef8a
Merge pull request #1 from PolarityWorks/main
...
V1.0.0
4 years ago
ReFil
6aae0c6be2
Initial commit
4 years ago
Kinesis Corporation
0a38e2de04
Initial commit
4 years ago