diff options
| author | IBNobody <ibnobody@gmail.com> | 2016-04-16 19:31:32 -0500 |
|---|---|---|
| committer | IBNobody <ibnobody@gmail.com> | 2016-04-16 19:31:32 -0500 |
| commit | 4aea806aa8aa585930a89b67d7206050ac6adb3a (patch) | |
| tree | ad8b36cc2ebb7500a531ff4601a6fbdf1086ffe2 /tmk_core/common/keyboard.c | |
| parent | b5c22ab5b5b77d5e21cc4145831608eed6756ad7 (diff) | |
| parent | b8d2e66638409066661e7dd3c66473d583256ec5 (diff) | |
| download | qmk_firmware-4aea806aa8aa585930a89b67d7206050ac6adb3a.tar.gz qmk_firmware-4aea806aa8aa585930a89b67d7206050ac6adb3a.zip | |
Adding Musical Notes
Diffstat (limited to 'tmk_core/common/keyboard.c')
| -rw-r--r-- | tmk_core/common/keyboard.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/tmk_core/common/keyboard.c b/tmk_core/common/keyboard.c index 302b3ec87..1d9981848 100644 --- a/tmk_core/common/keyboard.c +++ b/tmk_core/common/keyboard.c | |||
| @@ -27,7 +27,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 27 | #include "command.h" | 27 | #include "command.h" |
| 28 | #include "util.h" | 28 | #include "util.h" |
| 29 | #include "sendchar.h" | 29 | #include "sendchar.h" |
| 30 | #include "bootmagic.h" | 30 | #ifdef BOOTMAGIC_ENABLE |
| 31 | #include "bootmagic.h" | ||
| 32 | #else | ||
| 33 | #include "magic.h" | ||
| 34 | #endif | ||
| 31 | #include "eeconfig.h" | 35 | #include "eeconfig.h" |
| 32 | #include "backlight.h" | 36 | #include "backlight.h" |
| 33 | #ifdef MOUSEKEY_ENABLE | 37 | #ifdef MOUSEKEY_ENABLE |
| @@ -86,6 +90,8 @@ void keyboard_init(void) | |||
| 86 | 90 | ||
| 87 | #ifdef BOOTMAGIC_ENABLE | 91 | #ifdef BOOTMAGIC_ENABLE |
| 88 | bootmagic(); | 92 | bootmagic(); |
| 93 | #else | ||
| 94 | magic(); | ||
| 89 | #endif | 95 | #endif |
| 90 | 96 | ||
| 91 | #ifdef BACKLIGHT_ENABLE | 97 | #ifdef BACKLIGHT_ENABLE |
