summaryrefslogtreecommitdiffstats
path: root/keyboards/studiokestra/frl84/config.h
diff options
context:
space:
mode:
authorstudiokestra <74369928+studiokestra@users.noreply.github.com>2023-02-28 13:22:14 -0700
committerGitHub <noreply@github.com>2023-02-28 12:22:14 -0800
commitee90ad28e6333cd7b4372ae23fb1c254d74ae40b (patch)
treefe67c8f572ce73c417e0365d2aea6dfa9ddf912e /keyboards/studiokestra/frl84/config.h
parente14254335d980410a09d558bc1e06d4645264654 (diff)
[Keyboard] Add FRL84 PCB. (#19942)
Co-authored-by: jack <0x6a73@protonmail.com>
Diffstat (limited to 'keyboards/studiokestra/frl84/config.h')
-rw-r--r--keyboards/studiokestra/frl84/config.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/keyboards/studiokestra/frl84/config.h b/keyboards/studiokestra/frl84/config.h
new file mode 100644
index 0000000000..3413465027
--- /dev/null
+++ b/keyboards/studiokestra/frl84/config.h
@@ -0,0 +1,26 @@
+// Copyright 2023 Studio Kestra
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
+#define RGB_DI_PIN B0
+#define RGBLED_NUM 18
+#define RGBLIGHT_HUE_STEP 8
+#define RGBLIGHT_SAT_STEP 8
+#define RGBLIGHT_VAL_STEP 8
+#define RGBLIGHT_LIMIT_VAL 200 /* The maximum brightness level */
+#define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */
+#define RGBLIGHT_EFFECT_BREATHING
+#define RGBLIGHT_EFFECT_RAINBOW_MOOD
+#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
+#define RGBLIGHT_EFFECT_SNAKE
+#define RGBLIGHT_EFFECT_KNIGHT
+#define RGBLIGHT_EFFECT_CHRISTMAS
+#define RGBLIGHT_EFFECT_STATIC_GRADIENT
+#define RGBLIGHT_EFFECT_RGB_TEST
+#define RGBLIGHT_EFFECT_ALTERNATING
+
+/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
+#define LOCKING_SUPPORT_ENABLE
+/* Locking resynchronize hack */
+#define LOCKING_RESYNC_ENABLE