forked from kofal.net/zmk
Initial work on basic documentation.
This commit is contained in:
12
docs/docs/dev-setup.md
Normal file
12
docs/docs/dev-setup.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
id: dev-setup
|
||||
title: Basic Setup
|
||||
sidebar_label: Basic Setup
|
||||
---
|
||||
|
||||
1. Install `west` from pip.
|
||||
1. Install the ARM SDK from Zephyr project.
|
||||
1. (Optional) Install 32-bit libs for building and testing locally.
|
||||
1. `west init -l zmk`
|
||||
1. Build it.
|
||||
1. Flash it.
|
||||
Reference in New Issue
Block a user