summaryrefslogtreecommitdiffstats
path: root/keyboards/soda/mango/config.h
diff options
context:
space:
mode:
authorJeayo Keh <gezhaoyou@126.com>2023-07-08 05:19:06 +0800
committerGitHub <noreply@github.com>2023-07-07 14:19:06 -0700
commitda800e07c9d84d39f4028f636c1a66efe16d71e1 (patch)
treecd95724a38c9312a08ed251764e5e1f901d820c8 /keyboards/soda/mango/config.h
parent71f0fc59bef7a37b55c7e1c10b1b21b8a86475b7 (diff)
[Keyboard] update keyboard soda/mango, support rgb matrix (#21385)
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Diffstat (limited to 'keyboards/soda/mango/config.h')
-rw-r--r--keyboards/soda/mango/config.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/soda/mango/config.h b/keyboards/soda/mango/config.h
new file mode 100644
index 0000000000..6e9f18cd5d
--- /dev/null
+++ b/keyboards/soda/mango/config.h
@@ -0,0 +1,14 @@
+// Copyright 2023 devzhaoyou (@gevzhaoyou)
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+
+#pragma once
+
+#define RGB_MATRIX_LED_COUNT 17
+
+#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
+#define RGB_MATRIX_KEYPRESSES
+
+#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 180 // limits maximum brightness of LEDs to 200 out of 255. If not defined maximum brightness is set to 255
+
+#define RGB_DISABLE_WHEN_USB_SUSPENDED //
+