Skip to content

QMK implementation of ardux. a fork of artsey.io

Notifications You must be signed in to change notification settings

arduxio/qmk-ardux

 
 

Repository files navigation

QMK ARDUX Implementation

This repo contains the QMK 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 QMK ARDUX implementation. You can click on the most recent release and download the appropriate artifact for your MCU + board combination.

Firmware Files

The firmware files are auto built for a variety of common boards as well as community requested/supported boards. Our builds do NOT override default mcu/bootloader/architecture. Please mind this fact if you've tweaked your board in any way relative to the official QMK sources.

Flashing

We recommend Windows and OSX users download the pre-built hex files and use QMK Toolbox.

If you are on Linux, you'll need to use the qmk flash command with the same options as we use to compile. The compile options can be found in DEVELOPMENT.md and are compatible with the qmk flash command. If there is an alternative thats easier to use, please let us know on Discord or GitHub Issue.

We are NOT responsible for any failed firmware flashes!

Adding ARDUX support to an existing qmk board

See DEVELOPMENT.md

Tweaking and Remixing

See [REMIXING.md]

Inspiraion

A lot of this work wouldn't be possible with outside inspiration. In no particular order:

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

Languages

  • C 90.5%
  • Makefile 6.9%
  • Shell 1.4%
  • Dockerfile 1.2%