Generate version information to version.h
So that only the files that really needs a version are recompiled.
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#include "keymap_plover.h"
|
||||
#include "eeconfig.h"
|
||||
#include "wait.h"
|
||||
#include "version.h"
|
||||
|
||||
/* Layers */
|
||||
|
||||
|
@@ -1,6 +1,7 @@
|
||||
#include "ergodox.h"
|
||||
#include "debug.h"
|
||||
#include "action_layer.h"
|
||||
#include "version.h"
|
||||
|
||||
#define BASE 0 // default layer
|
||||
#define SYMB 1 // symbols
|
||||
|
@@ -1,6 +1,7 @@
|
||||
#include "ergodox.h"
|
||||
#include "debug.h"
|
||||
#include "action_layer.h"
|
||||
#include "version.h"
|
||||
|
||||
#define BASE 0 // default layer
|
||||
#define SYMB 1 // symbols
|
||||
|
@@ -4,6 +4,7 @@
|
||||
#endif
|
||||
#include "config.h"
|
||||
#include "quantum.h"
|
||||
#include "version.h"
|
||||
|
||||
/* Each layer is given a name to aid in readability, which is then
|
||||
used in the keymap matrix below. The underscores do not denote
|
||||
|
@@ -8,6 +8,7 @@
|
||||
#endif
|
||||
|
||||
#include "eeconfig.h"
|
||||
#include "version.h"
|
||||
|
||||
extern keymap_config_t keymap_config;
|
||||
|
||||
|
Reference in New Issue
Block a user