Parcourir la source

[Erez & Jack] Updates build guide

Erez Zukerman il y a 10 ans
Parent
commit
cebe08fcd3
2 fichiers modifiés avec 26 ajouts et 21 suppressions
  1. 18 21
      doc/BUILD_GUIDE.md
  2. 8 0
      doc/keymap_config_h_example.h

Fichier diff supprimé car celui-ci est trop grand
+ 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