[Docs] Address some typos (also in moonlander matrix.c) (#16248)
* [Docs] Fix repeated words * [Keyboard] Fix moonlander output The left/right orientation differs from Ergodox EZ.
This commit is contained in:
parent
8da9588bfb
commit
14f886d03b
12 changed files with 14 additions and 14 deletions
|
@ -102,9 +102,9 @@ bool matrix_scan_custom(matrix_row_t current_matrix[]) {
|
|||
print("trying to reset mcp23018\n");
|
||||
mcp23018_init();
|
||||
if (!mcp23018_initd) {
|
||||
print("left side not responding\n");
|
||||
print("right side not responding\n");
|
||||
} else {
|
||||
print("left side attached\n");
|
||||
print("right side attached\n");
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
rgb_matrix_init();
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue