diff options
Diffstat (limited to 'tmk_core/common/keyboard.c')
| -rw-r--r-- | tmk_core/common/keyboard.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tmk_core/common/keyboard.c b/tmk_core/common/keyboard.c index ce3255c06..65d9e00c7 100644 --- a/tmk_core/common/keyboard.c +++ b/tmk_core/common/keyboard.c | |||
| @@ -34,11 +34,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 34 | #ifdef BACKLIGHT_ENABLE | 34 | #ifdef BACKLIGHT_ENABLE |
| 35 | # include "backlight.h" | 35 | # include "backlight.h" |
| 36 | #endif | 36 | #endif |
| 37 | #ifdef BOOTMAGIC_ENABLE | ||
| 38 | # include "bootmagic.h" | ||
| 39 | #else | ||
| 40 | # include "magic.h" | ||
| 41 | #endif | ||
| 42 | #ifdef MOUSEKEY_ENABLE | 37 | #ifdef MOUSEKEY_ENABLE |
| 43 | # include "mousekey.h" | 38 | # include "mousekey.h" |
| 44 | #endif | 39 | #endif |
| @@ -296,11 +291,6 @@ void keyboard_init(void) { | |||
| 296 | #ifdef ADB_MOUSE_ENABLE | 291 | #ifdef ADB_MOUSE_ENABLE |
| 297 | adb_mouse_init(); | 292 | adb_mouse_init(); |
| 298 | #endif | 293 | #endif |
| 299 | #ifdef BOOTMAGIC_ENABLE | ||
| 300 | bootmagic(); | ||
| 301 | #else | ||
| 302 | magic(); | ||
| 303 | #endif | ||
| 304 | #ifdef BACKLIGHT_ENABLE | 294 | #ifdef BACKLIGHT_ENABLE |
| 305 | backlight_init(); | 295 | backlight_init(); |
| 306 | #endif | 296 | #endif |
