diff options
| author | IBNobody <ibnobody@gmail.com> | 2016-03-28 19:45:20 -0500 |
|---|---|---|
| committer | IBNobody <ibnobody@gmail.com> | 2016-03-28 19:45:20 -0500 |
| commit | 1d13aa933bbb57bf0c1fe0196981b81233c3df97 (patch) | |
| tree | 2e5efa9dba7e082b5f37ecc6e07368ef45e73434 /quantum/keymap_common.c | |
| parent | a70f43967283498dc01cbfc534819ac9da80f10b (diff) | |
| download | qmk_firmware-1d13aa933bbb57bf0c1fe0196981b81233c3df97.tar.gz qmk_firmware-1d13aa933bbb57bf0c1fe0196981b81233c3df97.zip | |
Minor Tweaks and Documentation
Fixed compiler warning by including bootloader.h in keymap_common.c.
Changed FORCE_NKRO to only be applied if NKRO_ENABLE is defined.
Added extra documentation to the template config.h
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/>. | |||
| 25 | #include "debug.h" | 25 | #include "debug.h" |
| 26 | #include "backlight.h" | 26 | #include "backlight.h" |
| 27 | #include "keymap_midi.h" | 27 | #include "keymap_midi.h" |
| 28 | #include "bootloader.h" | ||
| 28 | 29 | ||
| 29 | #include <stdio.h> | 30 | #include <stdio.h> |
| 30 | #include <inttypes.h> | 31 | #include <inttypes.h> |
