mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-03-09 21:18:27 +00:00
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
|