blob: 87eaa6a7837f09f2ce0cf3e627b9bf6132e2da46 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#pragma once
#define USE_I2C
/* Use an extra LED on the right side since it's wider on the 65% PCB. */
#undef RGBLED_NUM
#define RGBLED_NUM 17
/* Set up RGB lighting so it works with either side as master. */
#define RGBLED_SPLIT { 8, 9 }
|