diff options
Diffstat (limited to 'keyboards/zinc/config.h')
-rw-r--r-- | keyboards/zinc/config.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/keyboards/zinc/config.h b/keyboards/zinc/config.h index 712db0ac6..cfb6bf4ff 100644 --- a/keyboards/zinc/config.h +++ b/keyboards/zinc/config.h | |||
@@ -17,30 +17,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
17 | */ | 17 | */ |
18 | 18 | ||
19 | #pragma once | 19 | #pragma once |
20 | //#ifndef CONFIG_H | ||
21 | //#define CONFIG_H | ||
22 | 20 | ||
23 | #include "config_common.h" | 21 | #include "config_common.h" |
24 | |||
25 | // GCC include 'config.h" sequence in qmk_firmware/keyboards/zinc/ | ||
26 | // -include keyboards/zinc/config.h | ||
27 | // -include keyboards/zinc/rev?/config.h | ||
28 | // -include keyboards/zinc/rev?/keymaps/MAPNAME/config.h | ||
29 | // XXXX.c | ||
30 | |||
31 | #include <serial_config.h> | ||
32 | |||
33 | // GCC include search path in qmk_firmare/keyboards/zinc/ | ||
34 | // #include "..." search starts here: | ||
35 | // #include <...> search starts here: | ||
36 | // keyboards/zinc/rev?/keymaps/MAPNAME | ||
37 | // keyboards/zinc | ||
38 | // keyboards/zinc/rev? | ||
39 | // . | ||
40 | // ./tmk_core | ||
41 | // ...... | ||
42 | |||
43 | #define NO_ACTION_MACRO | ||
44 | #define NO_ACTION_FUNCTION | ||
45 | |||
46 | //#endif /* CONFIG_H */ | ||