mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-24 17:37:40 +06:00
[Keymap] fix unxmaal for 60_iso (#21975)
This commit is contained in:
parent
c7972f2645
commit
74360d0a01
|
@ -17,6 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#ifdef KEYBOARD_gh60_revc
|
||||||
# define WS2812_DI_PIN F4
|
# define WS2812_DI_PIN F4
|
||||||
# define RGBLIGHT_EFFECT_BREATHING
|
# define RGBLIGHT_EFFECT_BREATHING
|
||||||
# define RGBLIGHT_EFFECT_RAINBOW_MOOD
|
# define RGBLIGHT_EFFECT_RAINBOW_MOOD
|
||||||
|
@ -28,7 +29,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
# define RGBLIGHT_EFFECT_RGB_TEST
|
# define RGBLIGHT_EFFECT_RGB_TEST
|
||||||
# define RGBLIGHT_EFFECT_ALTERNATING
|
# define RGBLIGHT_EFFECT_ALTERNATING
|
||||||
# define RGBLIGHT_EFFECT_TWINKLE
|
# define RGBLIGHT_EFFECT_TWINKLE
|
||||||
#define RGBLED_NUM 8 // Number of LEDs
|
# define RGBLED_NUM 8
|
||||||
# define RGBLIGHT_HUE_STEP 8
|
# define RGBLIGHT_HUE_STEP 8
|
||||||
# define RGBLIGHT_SAT_STEP 8
|
# define RGBLIGHT_SAT_STEP 8
|
||||||
# define RGBLIGHT_VAL_STEP 8
|
# define RGBLIGHT_VAL_STEP 8
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue
Block a user