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/`
2022-10-21 14:25:37 +02:00
2022-09-26 21:18:54 +01:00
2022-10-09 16:04:42 +02:00
2022-04-01 10:43:58 -07:00
2022-09-07 15:51:27 -07:00

ADV360-PRO-ZMK

To build Firmware in GitHub Actions

Setup

  1. Fork this repo.
  2. Enable GitHub Actions on your fork.

Build firmware

  1. Push a commit to trigger the build.
  2. Download the artifact.

To build Firmware locally using Docker

Setup

  1. Execute setup.sh.

Build firmware

  1. Execute run.sh
  2. Check the firmware directory for the latest firmware build.

Flash firmware

Resources can be found on Kinesis.com https://kinesis-ergo.com/support/kb360pro/#firmware-updates https://kinesis-ergo.com/support/kb360pro/#manuals

S
Description
No description provided
Readme MIT 1.2 MiB
Languages
Shell 61.9%
Makefile 26.5%
CMake 5.8%
Dockerfile 5.8%