This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.

11 lines
242 B
C
Raw Normal View History

#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 }