Add references for is_keyboard_left() (#10850)

* Add references for is_keyboard_left()

* Remove proto from bootmagic_lite.c
This commit is contained in:
Drashna Jaelre 2020-11-18 16:50:32 -08:00 committed by GitHub
parent 6dc2d5956f
commit e7497b3fba
Failed to generate hash of commit
3 changed files with 9 additions and 3 deletions

View file

@ -222,6 +222,12 @@ void keyboard_setup(void) {
*/
__attribute__((weak)) bool is_keyboard_master(void) { return true; }
/** \brief is_keyboard_left
*
* FIXME: needs doc
*/
__attribute__((weak)) bool is_keyboard_left(void) { return true; }
/** \brief should_process_keypress
*
* Override this function if you have a condition where keypresses processing should change: