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 98ceca49b..79d949089 100644 --- a/tmk_core/common/keyboard.h +++ b/tmk_core/common/keyboard.h | |||
| @@ -63,6 +63,8 @@ void keyboard_task(void); | |||
| 63 | void keyboard_set_leds(uint8_t leds); | 63 | void 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 */ |
| 65 | bool is_keyboard_master(void); | 65 | bool is_keyboard_master(void); |
| 66 | /* it runs whenever code has to behave differently on left vs right split */ | ||
| 67 | bool is_keyboard_left(void); | ||
| 66 | 68 | ||
| 67 | void keyboard_pre_init_kb(void); | 69 | void keyboard_pre_init_kb(void); |
| 68 | void keyboard_pre_init_user(void); | 70 | void keyboard_pre_init_user(void); |
