diff options
| author | Joel Challis <git@zvecr.com> | 2022-01-22 21:17:02 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-22 21:17:02 +0000 |
| commit | 6e83b449409f7fe479210a9fab808e8bcae64977 (patch) | |
| tree | 0429c5a810d39fbd423350566d476fa3f798db27 /quantum/keyboard.h | |
| parent | 448a90f6b0b68ef074b1a19a081eceaafcc7425e (diff) | |
Align location of some host led logic (#15954)
* Align location of host led logic
* Move more
* align ifdefs
* Fix up includes
* Move callback defs
* Convert comment to build message
Diffstat (limited to 'quantum/keyboard.h')
| -rw-r--r-- | quantum/keyboard.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/quantum/keyboard.h b/quantum/keyboard.h index 08f4e84f94..9b0fb3cef8 100644 --- a/quantum/keyboard.h +++ b/quantum/keyboard.h | |||
| @@ -58,8 +58,6 @@ void keyboard_setup(void); | |||
| 58 | void keyboard_init(void); | 58 | void keyboard_init(void); |
| 59 | /* it runs repeatedly in main loop */ | 59 | /* it runs repeatedly in main loop */ |
| 60 | void keyboard_task(void); | 60 | void keyboard_task(void); |
| 61 | /* it runs when host LED status is updated */ | ||
| 62 | void keyboard_set_leds(uint8_t leds); | ||
| 63 | /* it runs whenever code has to behave differently on a slave */ | 61 | /* it runs whenever code has to behave differently on a slave */ |
| 64 | bool is_keyboard_master(void); | 62 | bool is_keyboard_master(void); |
| 65 | /* it runs whenever code has to behave differently on left vs right split */ | 63 | /* it runs whenever code has to behave differently on left vs right split */ |
