aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/common/keyboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/common/keyboard.h')
-rw-r--r--tmk_core/common/keyboard.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmk_core/common/keyboard.h b/tmk_core/common/keyboard.h
index 98ceca49b..79d949089 100644
--- a/tmk_core/common/keyboard.h
+++ b/tmk_core/common/keyboard.h
@@ -63,6 +63,8 @@ void keyboard_task(void);
63void keyboard_set_leds(uint8_t leds); 63void keyboard_set_leds(uint8_t leds);
64/* it runs whenever code has to behave differently on a slave */ 64/* it runs whenever code has to behave differently on a slave */
65bool is_keyboard_master(void); 65bool is_keyboard_master(void);
66/* it runs whenever code has to behave differently on left vs right split */
67bool is_keyboard_left(void);
66 68
67void keyboard_pre_init_kb(void); 69void keyboard_pre_init_kb(void);
68void keyboard_pre_init_user(void); 70void keyboard_pre_init_user(void);