summaryrefslogtreecommitdiff
path: root/keyboards/fancytech/fancyalice66/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/fancytech/fancyalice66/config.h')
-rw-r--r--keyboards/fancytech/fancyalice66/config.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/fancytech/fancyalice66/config.h b/keyboards/fancytech/fancyalice66/config.h
new file mode 100644
index 0000000000..b6fcea0c6b
--- /dev/null
+++ b/keyboards/fancytech/fancyalice66/config.h
@@ -0,0 +1,14 @@
+// Copyright 2022 chent7 (@chent7)
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
+#ifdef RGB_MATRIX_ENABLE
+# define WS2812_DI_PIN B0
+# define RGB_DI_PIN B0
+# define RGB_MATRIX_LED_COUNT 82
+
+ /* RGB Matrix effect */
+# define RGB_MATRIX_KEYPRESSES // reacts to keypresses
+# define RGB_MATRIX_FRAMEBUFFER_EFFECTS
+#endif \ No newline at end of file