diff options
| -rw-r--r-- | keyboards/ergodash/rev1/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/ergodash/rev1/config.h b/keyboards/ergodash/rev1/config.h index 52f81e4ac..7e84a3cab 100644 --- a/keyboards/ergodash/rev1/config.h +++ b/keyboards/ergodash/rev1/config.h | |||
| @@ -69,6 +69,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 69 | #define RGBLIGHT_SPLIT | 69 | #define RGBLIGHT_SPLIT |
| 70 | #define RGBLED_SPLIT { 12, 12 } // Number of LEDs | 70 | #define RGBLED_SPLIT { 12, 12 } // Number of LEDs |
| 71 | 71 | ||
| 72 | // The LEDs on the slave half go in reverse order | ||
| 73 | #define RGBLIGHT_LED_MAP { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, \ | ||
| 74 | 23, 22, 21, 20, 19, 18, 17, 16, 15, 14, 13, 12} | ||
| 75 | |||
| 72 | #define SOFT_SERIAL_PIN D0 | 76 | #define SOFT_SERIAL_PIN D0 |
| 73 | #define SELECT_SOFT_SERIAL_SPEED 1 | 77 | #define SELECT_SOFT_SERIAL_SPEED 1 |
| 74 | /*Sets the protocol speed when using serial communication*/ | 78 | /*Sets the protocol speed when using serial communication*/ |
