diff options
Diffstat (limited to 'tmk_core/common/keyboard.h')
-rw-r--r-- | tmk_core/common/keyboard.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tmk_core/common/keyboard.h b/tmk_core/common/keyboard.h index 71e594a89..ea2f336e9 100644 --- a/tmk_core/common/keyboard.h +++ b/tmk_core/common/keyboard.h | |||
@@ -67,6 +67,8 @@ void keyboard_init(void); | |||
67 | void keyboard_task(void); | 67 | void keyboard_task(void); |
68 | /* it runs when host LED status is updated */ | 68 | /* it runs when host LED status is updated */ |
69 | void keyboard_set_leds(uint8_t leds); | 69 | void keyboard_set_leds(uint8_t leds); |
70 | /* it runs whenever code has to behave differently on a slave */ | ||
71 | bool is_keyboard_master(void); | ||
70 | 72 | ||
71 | #ifdef __cplusplus | 73 | #ifdef __cplusplus |
72 | } | 74 | } |