mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-24 17:37:40 +06:00
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
|