8 lines
178 B
C
8 lines
178 B
C
#pragma once
|
|
|
|
#define EE_HANDS
|
|
|
|
/* Limit max RGB LED current to avoid tripping controller fuse. */
|
|
#undef RGB_MATRIX_MAXIMUM_BRIGHTNESS
|
|
#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 150
|