summaryrefslogtreecommitdiff
path: root/keyboards/kingly_keys/ave/config.h
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2021-04-02 23:20:11 -0700
committerGitHub <noreply@github.com>2021-04-02 23:20:11 -0700
commit59c8672f5c09ae078162beb836032482c79c4b93 (patch)
treefaba1f257912d3c58ce4f8f49faa7f57dbc2ac49 /keyboards/kingly_keys/ave/config.h
parenta7920acff5667d24f14eff3cc21eeeaae58d3711 (diff)
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.
Diffstat (limited to 'keyboards/kingly_keys/ave/config.h')
-rw-r--r--keyboards/kingly_keys/ave/config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/kingly_keys/ave/config.h b/keyboards/kingly_keys/ave/config.h
index 06fda4c26d..8a663da356 100644
--- a/keyboards/kingly_keys/ave/config.h
+++ b/keyboards/kingly_keys/ave/config.h
@@ -41,6 +41,12 @@
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
+#define RGB_DI_PIN B7
+#if defined(RGBLIGHT_ENABLE)
+# define RGBLED_NUM 2
+# define RGBLIGHT_EFFECT_BREATHING
+#endif
+
/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 5