mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2025-01-01 22:38:02 +06:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
9215edde66
@ -67,3 +67,8 @@ void rgb_matrix_indicators_user(void)
|
||||
rgb_matrix_set_color(22, 200, 0, 200);
|
||||
}
|
||||
}
|
||||
|
||||
void keyboard_pre_init_user(void) {
|
||||
setPinOutput(B5);
|
||||
writePinLow(B5);
|
||||
}
|
Loading…
Reference in New Issue
Block a user