1
0
Fork 0

Fix broken build for users/curry (#16492)

This commit is contained in:
Allen Choi 2022-04-19 20:00:01 +09:00 committed by GitHub
parent 1acb37db7f
commit 9ead40db0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 96 additions and 9 deletions

View file

@ -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) {}