Browse Source

[Erez & Jack] Updates build guide

Erez Zukerman 10 years ago
parent
commit
cebe08fcd3
2 changed files with 26 additions and 21 deletions
  1. 18 21
      doc/BUILD_GUIDE.md
  2. 8 0
      doc/keymap_config_h_example.h

File diff suppressed because it is too large
+ 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