From cebe08fcd3e4d3b96a3e4ccf3fcd09fd86a59936 Mon Sep 17 00:00:00 2001 From: Erez Zukerman Date: Mon, 20 Jun 2016 21:44:37 -0400 Subject: [Erez & Jack] Updates build guide --- doc/keymap_config_h_example.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/keymap_config_h_example.h (limited to 'doc/keymap_config_h_example.h') diff --git a/doc/keymap_config_h_example.h b/doc/keymap_config_h_example.h new file mode 100644 index 0000000000..8893d122e0 --- /dev/null +++ b/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 -- cgit v1.2.3