diff options
author | Stephan Bösebeck <stephan.boesebeck@holidayinsider.com> | 2016-03-29 07:49:54 +0200 |
---|---|---|
committer | Stephan Bösebeck <stephan.boesebeck@holidayinsider.com> | 2016-03-29 07:49:54 +0200 |
commit | f7f4f1725e3d9551c8b7660475ef076bcb8ecbf2 (patch) | |
tree | d3143b31c85d0711324e0c6b6be41e12ac42653e /quantum/keymap_common.c | |
parent | 37e68596ddefcaa9ac0289a8e17672804e475327 (diff) | |
parent | 8bbc1dcf4f52ecd675f23a9b7d4b4d812dd3ee79 (diff) | |
download | firmware-f7f4f1725e3d9551c8b7660475ef076bcb8ecbf2.tar.gz firmware-f7f4f1725e3d9551c8b7660475ef076bcb8ecbf2.tar.bz2 firmware-f7f4f1725e3d9551c8b7660475ef076bcb8ecbf2.zip |
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'quantum/keymap_common.c')
-rw-r--r-- | quantum/keymap_common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/keymap_common.c b/quantum/keymap_common.c index 7068ca4f3..2eef4f15a 100644 --- a/quantum/keymap_common.c +++ b/quantum/keymap_common.c @@ -25,6 +25,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "debug.h" #include "backlight.h" #include "keymap_midi.h" +#include "bootloader.h" #include <stdio.h> #include <inttypes.h> |