mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-03-01 02:33:53 +00:00
Merge remote-tracking branch 'origin/develop' into xap
This commit is contained in:
commit
1681b21dc8
@ -353,6 +353,9 @@ void keyboard_init(void) {
|
|||||||
#endif
|
#endif
|
||||||
#ifdef SPLIT_KEYBOARD
|
#ifdef SPLIT_KEYBOARD
|
||||||
split_pre_init();
|
split_pre_init();
|
||||||
|
#endif
|
||||||
|
#ifdef ENCODER_ENABLE
|
||||||
|
encoder_init();
|
||||||
#endif
|
#endif
|
||||||
matrix_init();
|
matrix_init();
|
||||||
quantum_init();
|
quantum_init();
|
||||||
@ -374,9 +377,6 @@ void keyboard_init(void) {
|
|||||||
#ifdef RGBLIGHT_ENABLE
|
#ifdef RGBLIGHT_ENABLE
|
||||||
rgblight_init();
|
rgblight_init();
|
||||||
#endif
|
#endif
|
||||||
#ifdef ENCODER_ENABLE
|
|
||||||
encoder_init();
|
|
||||||
#endif
|
|
||||||
#ifdef STENO_ENABLE_ALL
|
#ifdef STENO_ENABLE_ALL
|
||||||
steno_init();
|
steno_init();
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user