diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-08-01 08:24:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-01 08:24:53 +0200 |
commit | d5baa4773d3c211bd8be278915a4320e938000a1 (patch) | |
tree | 9c82d2cb6bc2ef85cfaa454862730c872e91ca37 /keyboards/planck | |
parent | b25dbc484d639210c53d8e13f79cf5a77f2faaaa (diff) | |
parent | fda29be3e7e85814344ab188f1b76f994ee8757e (diff) | |
download | qmk_firmware-d5baa4773d3c211bd8be278915a4320e938000a1.tar.gz qmk_firmware-d5baa4773d3c211bd8be278915a4320e938000a1.tar.xz |
Merge pull request #596 from fredizzimo/rid_of_quick
Fix the makefile dependencies and remove quick targets
Diffstat (limited to 'keyboards/planck')
-rw-r--r-- | keyboards/planck/keymaps/cbbrowne/keymap.c | 1 | ||||
-rw-r--r-- | keyboards/planck/keymaps/experimental/keymap.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/planck/keymaps/cbbrowne/keymap.c b/keyboards/planck/keymaps/cbbrowne/keymap.c index 14a5be170..70eaefb7b 100644 --- a/keyboards/planck/keymaps/cbbrowne/keymap.c +++ b/keyboards/planck/keymaps/cbbrowne/keymap.c @@ -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 diff --git a/keyboards/planck/keymaps/experimental/keymap.c b/keyboards/planck/keymaps/experimental/keymap.c index d9303fcae..2c1270094 100644 --- a/keyboards/planck/keymaps/experimental/keymap.c +++ b/keyboards/planck/keymaps/experimental/keymap.c @@ -8,6 +8,7 @@ #endif #include "eeconfig.h" +#include "version.h" extern keymap_config_t keymap_config; |