summaryrefslogtreecommitdiffstats
path: root/keyboards/teahouse/ayleen/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/teahouse/ayleen/config.h')
-rw-r--r--keyboards/teahouse/ayleen/config.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/teahouse/ayleen/config.h b/keyboards/teahouse/ayleen/config.h
new file mode 100644
index 0000000000..e172b87ae2
--- /dev/null
+++ b/keyboards/teahouse/ayleen/config.h
@@ -0,0 +1,21 @@
+// Copyright 2022 Freather
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
+
+
+#define RGB_DI_PIN C7
+#ifdef RGB_DI_PIN
+ #define RGBLED_NUM 2
+ #define RGBLIGHT_HUE_STEP 8
+ #define RGBLIGHT_SAT_STEP 8
+ #define RGBLIGHT_VAL_STEP 8
+ #define RGBLIGHT_LIMIT_VAL 255 /* The maximum brightness level */
+ #define RGBLIGHT_LAYERS 2
+ #define RGBLIGHT_LAYER_BLINK
+ #define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */
+#endif
+
+// generated by KBFirmware JSON to QMK Parser
+// https://noroadsleft.github.io/kbf_qmk_converter/