1
0
Fork 0

[Keyboard] dygma/raise: multiple fixes and improvements (#18361[)

This commit is contained in:
Mike Ryan 2022-09-28 14:23:42 -05:00 committed by GitHub
parent d050e689f5
commit d6f77637c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 76 additions and 51 deletions

View file

@ -17,6 +17,5 @@
#include "raise.h"
void keyboard_post_init_kb(void) {
set_all_leds_to(0, 0, 0);
keyboard_post_init_user();
}