/arch-36-ble

Arch-36 qmk firmware

Primary LanguageC

Okke's arch-36 keymap

Building

The Makefile in this repository assumes that the following directories exist in the parent directory of this directory:

The makefile will copy the source from this directory into the qmk-nrf52 tree and build using the makefile there.

To build flash to your device run:

make flash_master
make flash_slave

To clean up all build files run:

make clean