1
0
Fork 0
Go to file
Cat /dev/Nulo 8e99a75669 Initial rae-dux implementation 2022-10-31 20:43:18 -03:00
.devcontainer improve docker dev setups ; add rpi support ; the rpi stuff is compatible with docker and podmon 2022-05-15 11:10:55 -04:00
.github/workflows fix github actions 2022-05-01 13:26:27 -04:00
config Initial rae-dux implementation 2022-10-31 20:43:18 -03:00
.gitignore setup vscode dev container config / implementation similar to the ardux qmk one 2022-05-01 13:30:57 -04:00
DEVELOPMENT.md add some dev notes 2022-05-03 12:25:17 -04:00
LICENSE-APACHE-2.0.txt Various updates/cleanup 2021-02-19 00:23:49 +00:00
LICENSE-CC-Attribution-NonCommercial-ShareAlike-4.0-International.txt Various updates/cleanup 2021-02-19 00:23:49 +00:00
README.md rename shields 2022-04-30 13:08:42 -04:00
docker_dev.sh improve docker dev setups ; add rpi support ; the rpi stuff is compatible with docker and podmon 2022-05-15 11:10:55 -04:00
docker_setup_rpi.sh improve docker dev setups ; add rpi support ; the rpi stuff is compatible with docker and podmon 2022-05-15 11:10:55 -04:00
docker_snapshot.sh improve docker dev setups ; add rpi support ; the rpi stuff is compatible with docker and podmon 2022-05-15 11:10:55 -04:00

README.md

ZMK ARDUX Implementation

This repo contains the ZMK ARDUX implementation and pre-built firmware for boards that have been setup to use ARDUX by the core ARDUX development team.

Prebuilt Firmware

The Releases area of this repository contains the latest builds of the ZMK ARDUX implementation. You can click on the most recent release and download the appropriate artifact for your MCU + board combination. Inside the zip file will be the necessary file for flashing your MCU.

Firmware Files

Inside the firmware zip file will be 4 files

  • ardux.dtsi: The ARDUX definition that was used for the build
  • A file with .dts.pre.tmp at the end that is the generated DTS file used for the build (this is for any required troubleshooting)
  • A file with -zmk-ardux.hex at the end that is the hex firmware image that can be used to flash your MCU
  • A file with -zmk-ardux.uf2 at the end that is the uf2 firmware image that can be used to flash your MCU

Please Note: the hex and uf2 files may or may not be present depending on your MCU + board combo. PLEASE use the proper file for flashing your board.

We are NOT responsible for any failed firmware flashes!

Adding ARDUX Support

If you'd like to add ARDUX support to a board that supports ZMK but is not built by this repo. Please follow the standard ZMK docs on how to add a new shield but using this repo as your zmk-config and open a Pull Request.

Also, update the .github/workflows/build.yml file for the new board being submitted.

Note: This repo is setup with github actions so you can work directly via GitHub Actions similar to how the ZMK documentation outlines.

Licensing

Unless otherwise stated all source code is licensed under the Apache 2 License.

Unless otherwise stated the non source code contents of this repository are licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License