Browse Source

set limit value

pull/6405/head
kakunpc 4 years ago
parent
commit
2374b2aa20
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      keyboards/angel64/config.h

+ 1
- 1
keyboards/angel64/config.h View File

@ -54,7 +54,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLIGHT_HUE_STEP 8
#define RGBLIGHT_SAT_STEP 8
#define RGBLIGHT_VAL_STEP 8
#define RGBLIGHT_LIMIT_VAL 25 /* The maximum brightness level */
#define RGBLIGHT_LIMIT_VAL 100 /* The maximum brightness level */
#define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */
/*== all animations enable ==*/
#define RGBLIGHT_ANIMATIONS


Loading…
Cancel
Save