mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-24 09:27:36 +06:00
1fed214490
* Explicitly undef things I override in keymaps * Reduce TAPPING_TERM back to default
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
|