aboutsummaryrefslogtreecommitdiff
path: root/keyboards/moonlander
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/moonlander')
-rw-r--r--keyboards/moonlander/matrix.c4
-rw-r--r--keyboards/moonlander/readme.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/moonlander/matrix.c b/keyboards/moonlander/matrix.c
index 782f131a5..b6bac9515 100644
--- a/keyboards/moonlander/matrix.c
+++ b/keyboards/moonlander/matrix.c
@@ -102,9 +102,9 @@ bool matrix_scan_custom(matrix_row_t current_matrix[]) {
102 print("trying to reset mcp23018\n"); 102 print("trying to reset mcp23018\n");
103 mcp23018_init(); 103 mcp23018_init();
104 if (!mcp23018_initd) { 104 if (!mcp23018_initd) {
105 print("left side not responding\n"); 105 print("right side not responding\n");
106 } else { 106 } else {
107 print("left side attached\n"); 107 print("right side attached\n");
108#ifdef RGB_MATRIX_ENABLE 108#ifdef RGB_MATRIX_ENABLE
109 rgb_matrix_init(); 109 rgb_matrix_init();
110#endif 110#endif
diff --git a/keyboards/moonlander/readme.md b/keyboards/moonlander/readme.md
index 0ad2e4775..bf80f0556 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
31 31
32### Oryx Configuration 32### Oryx Configuration
33 33
34To enable the features from Oryx (ZSA's Configurator), either compile the the `default` keymap, or add `#define ORYX_CONFIGURATOR` to your `config.h` file. 34To enable the features from Oryx (ZSA's Configurator), either compile the `default` keymap, or add `#define ORYX_CONFIGURATOR` to your `config.h` file.
35 35
36This enables the front Indicator LEDs, and the `TOGGLE_LAYER_COLOR` keycode. The `TOGGLE_LAYER_COLOR` keycode toggles the customized LED map configured on Oryx. 36This enables the front Indicator LEDs, and the `TOGGLE_LAYER_COLOR` keycode. The `TOGGLE_LAYER_COLOR` keycode toggles the customized LED map configured on Oryx.
37 37