forked from mirrors/qmk_userspace
Begin to carve out platform/protocol API - Migrate keyboard_* calls (#14888)
This commit is contained in:
parent
c3c562cbb6
commit
2ec268bd21
5 changed files with 27 additions and 35 deletions
|
@ -335,6 +335,12 @@ void keyboard_init(void) {
|
|||
#ifdef DIP_SWITCH_ENABLE
|
||||
dip_switch_init();
|
||||
#endif
|
||||
#ifdef SLEEP_LED_ENABLE
|
||||
sleep_led_init();
|
||||
#endif
|
||||
#ifdef VIRTSER_ENABLE
|
||||
virtser_init();
|
||||
#endif
|
||||
|
||||
#if defined(DEBUG_MATRIX_SCAN_RATE) && defined(CONSOLE_ENABLE)
|
||||
debug_enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue