forked from mirrors/qmk_firmware
a4771e4fe4
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
14 lines
No EOL
347 B
C
14 lines
No EOL
347 B
C
// Copyright 2022 chent7 (@chent7)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#ifdef RGB_MATRIX_ENABLE
|
|
# define WS2812_DI_PIN B0
|
|
# define RGB_DI_PIN B0
|
|
# define RGB_MATRIX_LED_COUNT 82
|
|
|
|
/* RGB Matrix effect */
|
|
# define RGB_MATRIX_KEYPRESSES // reacts to keypresses
|
|
# define RGB_MATRIX_FRAMEBUFFER_EFFECTS
|
|
#endif |