kingly_keys/ave: move RGBLight config to keyboard level (#12457)

QMK Configurator's API can't use the RGBLight configurator when it's defined at keymap level.
This commit is contained in:
James Young
2021-04-02 23:20:11 -07:00
committed by GitHub
parent a7920acff5
commit 59c8672f5c
3 changed files with 6 additions and 24 deletions

View File

@@ -18,15 +18,3 @@
#pragma once
#define TAPPING_TERM_PER_KEY
#ifdef RGBLIGHT_ENABLE
/* ws2812 RGB LED */
#define RGB_DI_PIN B7
#define RGBLED_NUM 2 // Number of LEDs
#define RGBLIGHT_EFFECT_BREATHING
/* #define RGBLIGHT_HUE_STEP 6
* #define RGBLIGHT_SAT_STEP 4
* #define RGBLIGHT_VAL_STEP 4
*/
#endif