Remove empty override functions (#14312)
* Remove empty override functions, 0-9 * Remove empty override functions, A-D * Remove empty override functions, E-H * Remove empty override functions, handwired * Remove empty override functions, I-L * Remove empty override functions, M-P * Remove empty override functions, Q-T * Remove empty override functions, U-Z
This commit is contained in:
parent
8a8fdd9a72
commit
fe6d6cf76d
479 changed files with 66 additions and 8439 deletions
|
@ -58,51 +58,3 @@ led_config_t g_led_config = { {
|
|||
4, 4, 4, 4
|
||||
} };
|
||||
#endif
|
||||
|
||||
__attribute__((weak))
|
||||
void matrix_init_user(void) {}
|
||||
|
||||
void matrix_init_kb(void) {
|
||||
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
// if (!is_keyboard_master()) {
|
||||
// g_led_config = (led_config_t){ {
|
||||
// { 30, 31, 32, 33, 20 },
|
||||
// { 29, 38, 39, 34, 21 },
|
||||
// { 28, 37, 36, 35, 22 },
|
||||
// { 27, 26, 25, 24, 23 },
|
||||
// { 10, 11, 12, 13, 0 },
|
||||
// { 9, 18, 19, 14, 1 },
|
||||
// { 8, 17, 16, 15, 2 },
|
||||
// { 7, 6, 5, 4, 3 }
|
||||
// }, {
|
||||
// { 125, 0 }, { 125, 21 }, { 125, 43 }, { 125, 64 },
|
||||
// { 150, 64 }, { 175, 64 }, { 200, 64 }, { 225, 64 },
|
||||
// { 225, 43 }, { 225, 21 }, { 225, 0 },
|
||||
// { 200, 0 }, { 175, 0 }, { 150, 0 },
|
||||
// { 150, 21 }, { 150, 43 },
|
||||
// { 175, 43 }, { 200, 43 },
|
||||
// { 200, 21 }, { 150, 21 },
|
||||
// { 100, 0 }, { 100, 21 }, { 100, 43 }, { 100, 64 },
|
||||
// { 75, 64 }, { 50, 64 }, { 25, 64 }, { 0, 64 },
|
||||
// { 0, 43 }, { 0, 21 }, { 0, 0 },
|
||||
// { 25, 0 }, { 50, 0 }, { 75, 0 },
|
||||
// { 75, 21 }, { 75, 43 },
|
||||
// { 50, 43 }, { 25, 43 },
|
||||
// { 25, 21 }, { 50, 21 }
|
||||
// }, {
|
||||
// 4, 4, 4, 1,
|
||||
// 1, 1, 1, 1,
|
||||
// 4, 4, 4, 4,
|
||||
// 4, 4, 4, 4,
|
||||
// 4, 4, 4, 4,
|
||||
// 4, 4, 4, 1,
|
||||
// 1, 1, 1, 1,
|
||||
// 4, 4, 4, 4,
|
||||
// 4, 4, 4, 4,
|
||||
// 4, 4, 4, 4
|
||||
// } };
|
||||
// }
|
||||
#endif
|
||||
matrix_init_user();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue