summaryrefslogtreecommitdiff
path: root/keyboards/magic_force/mf17/config.h
diff options
context:
space:
mode:
authorJeayo Keh <gezhaoyou@126.com>2023-11-09 01:45:24 +0800
committerGitHub <noreply@github.com>2023-11-08 10:45:24 -0700
commit75e1a0d61062a63198c12491a4c471ed32217d78 (patch)
treeea225319e8ccab107e4a8dad19c9f12b3a00df48 /keyboards/magic_force/mf17/config.h
parent96ea2773816921b6fa84ff6b89390ad90767430c (diff)
[Keyboard] Rename soda/{mango,pocket} (#22151)
Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'keyboards/magic_force/mf17/config.h')
-rw-r--r--keyboards/magic_force/mf17/config.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/magic_force/mf17/config.h b/keyboards/magic_force/mf17/config.h
new file mode 100644
index 0000000000..6e9f18cd5d
--- /dev/null
+++ b/keyboards/magic_force/mf17/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 //
+