summaryrefslogtreecommitdiff
path: root/keyboards/doio/kb38/config.h
diff options
context:
space:
mode:
authorKatrina <62135880+PepperKats@users.noreply.github.com>2023-02-09 13:43:22 -0700
committerGitHub <noreply@github.com>2023-02-09 12:43:22 -0800
commite19cbe25f371e89ae1de04e71e5596625b8783f2 (patch)
tree0648a1cc50929bae7623abb26d87e45126a08d7c /keyboards/doio/kb38/config.h
parentf07841cce38d1ae63d6c41b2c067c650a7bee648 (diff)
[Keyboard] Doio kb38 (#19650)
Diffstat (limited to 'keyboards/doio/kb38/config.h')
-rw-r--r--keyboards/doio/kb38/config.h39
1 files changed, 39 insertions, 0 deletions
diff --git a/keyboards/doio/kb38/config.h b/keyboards/doio/kb38/config.h
new file mode 100644
index 0000000000..ba8eb14a11
--- /dev/null
+++ b/keyboards/doio/kb38/config.h
@@ -0,0 +1,39 @@
+// Copyright 2022 Katrina (@Daggette10)
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+#include "config_common.h"
+
+#define RGB_DI_PIN F6
+#define RGB_MATRIX_LED_COUNT 44
+
+#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 200
+#define RGB_MATRIX_DEFAULT_MODE RGB_MATRIX_SOLID_COLOR
+#define ENABLE_RGB_MATRIX_ALPHAS_MODS
+#define ENABLE_RGB_MATRIX_GRADIENT_UP_DOWN
+#define ENABLE_RGB_MATRIX_GRADIENT_LEFT_RIGHT
+#define ENABLE_RGB_MATRIX_BREATHING
+#define ENABLE_RGB_MATRIX_CYCLE_ALL
+#define ENABLE_RGB_MATRIX_RAINBOW_MOVING_CHEVRON
+#define RGB_MATRIX_DEFAULT_VAL RGB_MATRIX_MAXIMUM_BRIGHTNESS
+
+#define ENCODERS_PAD_A { C7, F7, D6 }
+#define ENCODERS_PAD_B { C6, E6, D7 }
+#define ENCODER_RESOLUTIONS { 4, 4, 2 }
+
+
+/*
+ * Feature disable options
+ * These options are also useful to firmware size reduction.
+ */
+
+/* disable debug print */
+//#define NO_DEBUG
+
+/* disable print */
+//#define NO_PRINT
+
+/* disable action features */
+//#define NO_ACTION_LAYER
+//#define NO_ACTION_TAPPING
+//#define NO_ACTION_ONESHOT