commit
53bd4a01be
17 changed files with 372 additions and 67 deletions
|
|
@ -10,6 +10,7 @@
|
|||
#include "action_layer.h"
|
||||
#include "eeconfig.h"
|
||||
#include "bootmagic.h"
|
||||
#include "hook.h"
|
||||
|
||||
keymap_config_t keymap_config;
|
||||
|
||||
|
|
@ -41,6 +42,9 @@ void bootmagic(void)
|
|||
bootloader_jump();
|
||||
}
|
||||
|
||||
/* user-defined checks */
|
||||
hook_bootmagic();
|
||||
|
||||
/* debug enable */
|
||||
debug_config.raw = eeconfig_read_debug();
|
||||
if (bootmagic_scan_key(BOOTMAGIC_KEY_DEBUG_ENABLE)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue