Skip to content

Commit

Permalink
Removed redundant lines (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
TweetyDaBird authored Feb 3, 2024
1 parent d3e779a commit efbeae5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/docs/lighting.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@ RGB matrix is a QMK lighting mode suitable for implementing per-key RGB lighting

In order to use RGB Matrix with Vial, first, follow [QMK documentation](https://docs.qmk.fm/#/feature_rgb_matrix) to enable and configure the feature. Then, add `VIALRGB_ENABLE = yes` to your `keymaps/vial/rules.mk` and `"lighting": "vialrgb",` to your `keymaps/vial/vial.json`.

To enable all available RGB Matrix effects, ensure that you define in your `config.h`:

```
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
#define RGB_MATRIX_KEYPRESSES
```

If you are having issues with VialRGB direct control mode (e.g. running out of memory), you can disable it by adding `#define VIALRGB_NO_DIRECT`.

![](/img/lighting-rgb-matrix.png)
Expand Down

0 comments on commit efbeae5

Please sign in to comment.