diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-08-01 02:24:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-01 02:24:53 -0400 |
commit | d5baa4773d3c211bd8be278915a4320e938000a1 (patch) | |
tree | 9c82d2cb6bc2ef85cfaa454862730c872e91ca37 /keyboards/ergodox/keymaps/josh | |
parent | b25dbc484d639210c53d8e13f79cf5a77f2faaaa (diff) | |
parent | fda29be3e7e85814344ab188f1b76f994ee8757e (diff) | |
download | firmware-d5baa4773d3c211bd8be278915a4320e938000a1.tar.gz firmware-d5baa4773d3c211bd8be278915a4320e938000a1.tar.bz2 firmware-d5baa4773d3c211bd8be278915a4320e938000a1.zip |
Merge pull request #596 from fredizzimo/rid_of_quick
Fix the makefile dependencies and remove quick targets
Diffstat (limited to 'keyboards/ergodox/keymaps/josh')
-rw-r--r-- | keyboards/ergodox/keymaps/josh/keymap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/ergodox/keymaps/josh/keymap.c b/keyboards/ergodox/keymaps/josh/keymap.c index 488b21427..b5463873a 100644 --- a/keyboards/ergodox/keymaps/josh/keymap.c +++ b/keyboards/ergodox/keymaps/josh/keymap.c @@ -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 |