mirror of
https://github.com/mfulz/qmk_firmware.git
synced 2025-08-22 20:34:38 +02: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
|