forked from mirrors/qmk_userspace
[Keymap] Add RGB config and controls to userspace (#5299)
* Add INSERT and EEP_RST to HS60 keymap * Add INSERT to keymap * Layer based RGB colors * Move RGB code to layer_rgb.c * New file with layer based RGB colors * Use RGB code if RGBLIGHT is enabled * Set RGB options in config.h * Remove rgb enable from init user
This commit is contained in:
parent
3305df8e79
commit
043ef40b92
3 changed files with 36 additions and 0 deletions
|
@ -2,3 +2,8 @@
|
|||
|
||||
#define TAPPING_TERM 200
|
||||
#define RETRO_TAPPING
|
||||
|
||||
#ifdef RGBLIGHT_ENABLE
|
||||
#define RGBLIGHT_LIMIT_VAL 175
|
||||
#define RGBLIGHT_SLEEP
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue