summaryrefslogtreecommitdiffstats
path: root/tmk_core/common/keyboard.c
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2020-11-18 16:50:32 -0800
committerGitHub <noreply@github.com>2020-11-18 16:50:32 -0800
commite7497b3fba0c2836c9bb5087eee8b15d6ffc1362 (patch)
tree272b90a7dbe9c9b2bedd8adbacd91fe3cc5df040 /tmk_core/common/keyboard.c
parent6dc2d5956f008a706a9b0d6e911522294b76f392 (diff)
Add references for is_keyboard_left() (#10850)
* Add references for is_keyboard_left() * Remove proto from bootmagic_lite.c
Diffstat (limited to 'tmk_core/common/keyboard.c')
-rw-r--r--tmk_core/common/keyboard.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/tmk_core/common/keyboard.c b/tmk_core/common/keyboard.c
index a45af56dfd..b0394af003 100644
--- a/tmk_core/common/keyboard.c
+++ b/tmk_core/common/keyboard.c
@@ -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: