summaryrefslogtreecommitdiffstats
path: root/users/curry/curry.c
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-04-19 11:00:36 +0000
committerQMK Bot <hello@qmk.fm>2022-04-19 11:00:36 +0000
commit2a4db15f62dfccac8fca3d009874899491be95e4 (patch)
tree3868b5bf17526f986956607169fb75835c0ecc3f /users/curry/curry.c
parent7712a286dccea029785976311433cf8673594f6f (diff)
parent9ead40db0cde5568b4be4b199615cc284ed4e7a8 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'users/curry/curry.c')
-rw-r--r--users/curry/curry.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/users/curry/curry.c b/users/curry/curry.c
index 0353553591..a9f9f79870 100644
--- a/users/curry/curry.c
+++ b/users/curry/curry.c
@@ -14,9 +14,11 @@ void bootmagic_lite(void) {
wait_ms(30);
#endif
matrix_scan();
+#if defined(BOOTMAGIC_ENABLE)
if (matrix_get_row(BOOTMAGIC_LITE_ROW) & (1 << BOOTMAGIC_LITE_COLUMN)) {
bootloader_jump();
}
+#endif
}
__attribute__((weak)) void keyboard_pre_init_keymap(void) {}