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