Skip to content

Commit

Permalink
Fix typo in #define name
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnson, Brad authored and Johnson, Brad committed Dec 29, 2019
1 parent 0cd16c2 commit d487a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corne-classic/doc/buildguide_en.md
Expand Up @@ -225,7 +225,7 @@ Flash the firmware to the other side as well.
### Turning LEDS on
To turn the LEDs on, you have to edit the `rules.mk` file. If you use the default layout, it can be found here `keyboards/crkbd/keymaps/default/rules.mk`. Add the following line to the top of the file:
```
RGBLIGHT_ENABLED = yes
RGBLIGHT_ENABLE = yes
```

Compile and flash to both sides and all LEDs should turn on and __glow red__ if you have soldered everything correctly. If you run the default firmware and the LEDs turn a differrent color, the data to the LEDs is probably corrupted somewhere along the way. Check the LED before the first one turning a different color using the troubleshooting guide below.
Expand Down

0 comments on commit d487a9b

Please sign in to comment.