Skip to content

Commit

Permalink
Redox: sync RGB on left and right sides (#10022)
Browse files Browse the repository at this point in the history
  • Loading branch information
ceocoder authored Aug 17, 2020
1 parent c72c01a commit 3942b6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions keyboards/redox/rev1/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#define RGBLED_NUM 14 // Number of LEDs

#define RGBLIGHT_SPLIT // sync LEDs between RIGHT and LEFT hand

/*
* Feature disable options
* These options are also useful to firmware size reduction.
Expand Down

1 comment on commit 3942b6f

@CarlQLange
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change caused the non-master half of my redox to stop working. I had to revert it to be able to flash a working firmware...

Please sign in to comment.