[Keyboard] Code consistency updates for CRKBD (#15779)

Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
Albert Y
2022-01-22 13:57:03 +08:00
committed by GitHub
parent ef091d39d2
commit 61246deec5
5 changed files with 40 additions and 28 deletions

View File

@@ -25,9 +25,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGB_DI_PIN D3
#ifdef RGBLIGHT_ENABLE
# define RGBLED_NUM 12 // Number of LEDs
# define RGBLED_NUM 54 // Number of LEDs
# define RGBLED_SPLIT \
{ 6, 6 }
{ 27, 27 }
# define RGBLIGHT_SPLIT
#endif