diff options
Diffstat (limited to 'keyboards/lets_split/rev1/config.h')
| -rw-r--r-- | keyboards/lets_split/rev1/config.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/keyboards/lets_split/rev1/config.h b/keyboards/lets_split/rev1/config.h index 2f5bde953..5fb87cf5d 100644 --- a/keyboards/lets_split/rev1/config.h +++ b/keyboards/lets_split/rev1/config.h | |||
| @@ -63,6 +63,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 63 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | 63 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ |
| 64 | ) | 64 | ) |
| 65 | 65 | ||
| 66 | /* ws2812 RGB LED */ | ||
| 67 | #define RGB_DI_PIN D3 | ||
| 68 | #define RGBLIGHT_TIMER | ||
| 69 | #define RGBLED_NUM 16 // Number of LEDs | ||
| 70 | #define ws2812_PORTREG PORTD | ||
| 71 | #define ws2812_DDRREG DDRD | ||
| 72 | |||
| 66 | /* | 73 | /* |
| 67 | * Feature disable options | 74 | * Feature disable options |
| 68 | * These options are also useful to firmware size reduction. | 75 | * These options are also useful to firmware size reduction. |
