mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-03-02 04:58:03 +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
|