Skip to content

Commit

Permalink
Moved note at start of subsection
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdibi committed Jan 2, 2019
1 parent ac15f7d commit c74296c
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions redox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ and similarly for right half
$ avrdude -p atmega32u4 -P $(COM_PORT) -c avr109 -U eeprom:w:keyboards/lets_split/eeprom-righthand.eep
```

**Note**: replace `$(COM_PORT)` with the port of your device (e.g. `/dev/ttyACM0`)
> :warning: Replace `$(COM_PORT)` with the port of your device (e.g. `/dev/ttyACM0`)
After you have flashed the EEPROM, you then need to set `EE_HANDS` in `keyboard/redox/keymaps/default/config.h` like so:

Expand All @@ -170,6 +170,10 @@ After you have flashed the EEPROM, you then need to set `EE_HANDS` in `keyboard/

## RGB Underglow

> :warning: With this configuration:
> - You don't need to solder the 4.7k resistors since the I2C connection won't be used.
> - You can use only one hand as master.
Parts:
- [ ] WS2812/WS2812B LED strip
- [ ] 24 AWG (or smaller) stranded wire (white, red, black are good choices)
Expand All @@ -180,9 +184,7 @@ Data connection:
Led strip Headers -> DIN -> DO -> TRRS pad -> (TRRS to other side) -> TRRS pad -> DIN
```

Installation steps:

### LEFT hand as master (usually plugged in to the PC)
### Assembly: LEFT hand as master (usually plugged in to the PC)
- On the LEFT hand:
1. Solder the LED Strip headers as seen in the pictures below.
2. Solder the DO Pin of the RGB strip to the TRRS pad as seen in the figures below.
Expand All @@ -202,18 +204,14 @@ Installation steps:
<img src="../img/rgb-underglow2.jpg" alt="RGB underglow left hand backside" width="600"/>
</p>

### RIGHT hand as master.
### Assembly: RIGHT hand as master
- On the RIGHT hand:
1. Solder the LED Strip headers to the RGB strip.
2. Solder the DO Pin of the RGB strip to the TRRS pad.
- On the LEFT hand:
1. Solder VCC and GND of the RGB strip to the LED Strip headers.
2. Solder the DIN Pin of the RGB strip to the TRRS pad.

**Notes**:
- You don't need to solder the 4.7k resistors since the I2C connection won't be used.
- You can use only one hand as master.

### RGB Underglow firmware

To enable RGB backlighting you need to modify the default firmware as follows:
Expand Down

0 comments on commit c74296c

Please sign in to comment.