Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 639 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 639 Bytes

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