Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 406 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 406 Bytes

QMK on Zephyr

This project makes QMK as a library, and build on top of Zephyr RTOS.

Build

First, follow the getting start guide from the official Zephyr guide. This project uses zephyr 3.2.0.

After that, build this project with

$ west -p auto -b <your board>