summaryrefslogtreecommitdiffstats
path: root/keyboards/wolf/m6_c/config.h
diff options
context:
space:
mode:
authorWolf Van Herreweghe <wolfvanh@gmail.com>2023-09-03 06:32:40 +0200
committerGitHub <noreply@github.com>2023-09-02 21:32:40 -0700
commit47e72a95efb2fc84eb4ab630d54ec27e4c170ab4 (patch)
treed27398e5742f6b74f91618f4b542d65343abe699 /keyboards/wolf/m6_c/config.h
parent04ce3497ab6183e72504722cfa2e82c11e516b70 (diff)
Add M6-C Keyboard Firmware (#21852)
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Wolf <contact@vwolf.be>
Diffstat (limited to 'keyboards/wolf/m6_c/config.h')
-rw-r--r--keyboards/wolf/m6_c/config.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/wolf/m6_c/config.h b/keyboards/wolf/m6_c/config.h
new file mode 100644
index 0000000000..d5f391bcdd
--- /dev/null
+++ b/keyboards/wolf/m6_c/config.h
@@ -0,0 +1,10 @@
+// Copyright 2023 contact@vwolf.be
+// SPDX-License-Identifier: GPL-2.0-or-later
+#pragma once
+
+#define RGB_MATRIX_LED_COUNT 6
+#define RGB_DISABLE_WHEN_USB_SUSPENDED
+#define RGB_MATRIX_KEYPRESSES
+#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
+
+#define RGB_MATRIX_DEFAULT_MODE RGB_MATRIX_CYCLE_ALL \ No newline at end of file