diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2022-02-06 18:36:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-06 17:36:44 +0000 |
commit | 14f886d03bead5022d1a3ebcc72c75ae1f2b622e (patch) | |
tree | bfa4ccdd7f5dc7dfbf15054ae35e15fe78e5baa8 /keyboards | |
parent | 8da9588bfb6b3ce89c4624ad61d2de7b73274c22 (diff) | |
download | qmk_firmware-14f886d03bead5022d1a3ebcc72c75ae1f2b622e.tar.gz qmk_firmware-14f886d03bead5022d1a3ebcc72c75ae1f2b622e.zip |
[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.
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/moonlander/matrix.c | 4 | ||||
-rw-r--r-- | keyboards/moonlander/readme.md | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/moonlander/matrix.c b/keyboards/moonlander/matrix.c index 782f131a50..b6bac9515e 100644 --- a/keyboards/moonlander/matrix.c +++ b/keyboards/moonlander/matrix.c @@ -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 diff --git a/keyboards/moonlander/readme.md b/keyboards/moonlander/readme.md index 0ad2e4775c..bf80f05569 100644 --- a/keyboards/moonlander/readme.md +++ b/keyboards/moonlander/readme.md @@ -31,7 +31,7 @@ By default, the Indicator LEDs are used to indicate the layer state for the keyb ### Oryx Configuration -To enable the features from Oryx (ZSA's Configurator), either compile the the `default` keymap, or add `#define ORYX_CONFIGURATOR` to your `config.h` file. +To enable the features from Oryx (ZSA's Configurator), either compile the `default` keymap, or add `#define ORYX_CONFIGURATOR` to your `config.h` file. This enables the front Indicator LEDs, and the `TOGGLE_LAYER_COLOR` keycode. The `TOGGLE_LAYER_COLOR` keycode toggles the customized LED map configured on Oryx. |