Add references for is_keyboard_left() (#10850)
* Add references for is_keyboard_left() * Remove proto from bootmagic_lite.c
This commit is contained in:
parent
6dc2d5956f
commit
e7497b3fba
3 changed files with 9 additions and 3 deletions
|
@ -1,7 +1,5 @@
|
|||
#include "quantum.h"
|
||||
|
||||
bool is_keyboard_left(void);
|
||||
|
||||
/** \brief Reset eeprom
|
||||
*
|
||||
* ...just incase someone wants to only change the eeprom behaviour
|
||||
|
@ -48,4 +46,4 @@ __attribute__((weak)) void bootmagic_lite(void) {
|
|||
// Jump to bootloader.
|
||||
bootloader_jump();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue