qmk build system

This commit is contained in:
Jimmy
2020-07-16 16:02:18 +08:00
parent 42c4a59a8a
commit a0cb28c860
2 changed files with 5 additions and 42 deletions

View File

@@ -324,5 +324,10 @@ make E=1
make V=2
make V=3
```
## 调试Makefile
```cookie
#进入含Makefile的目录
make BP=TencentOS_tiny_EVB_MX_Plus dm
```
## Qmk 后续