|
|
3 years ago | |
|---|---|---|
| .. | ||
| keymap.c | e12ca14af8 Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079) | 3 years ago |
| readme.md | 1038ade342 [Keyboard] add chromatonemini keyboard (#13516) | 4 years ago |
| rules.mk | 10005e9f39 Rotary encoder setting is revised to solve a malfunction. (#18227) | 3 years ago |
The main differences between "led" and "party" are:
// party mode (for LED soldering test. Enable rainbow color effect, and disable led_indicator to check all LEDs)
rgb_matrix_mode(RGB_MATRIX_RAINBOW_MOVING_CHEVRON);
led_indicator_enable = false;