浏览代码

[Erez & Jack] Updates build guide

Erez Zukerman 9 年之前
父节点
当前提交
cebe08fcd3
共有 2 个文件被更改,包括 26 次插入21 次删除
  1. 18 21
      doc/BUILD_GUIDE.md
  2. 8 0
      doc/keymap_config_h_example.h

文件差异内容过多而无法显示
+ 18 - 21
doc/BUILD_GUIDE.md


+ 8 - 0
doc/keymap_config_h_example.h

@@ -0,0 +1,8 @@
+#ifndef CONFIG_USER_H
+#define CONFIG_USER_H
+
+#include "../../config.h"
+
+// place overrides here
+
+#endif