summaryrefslogtreecommitdiff
path: root/keyboards/era/sirind/klein_sd/config.h
diff options
context:
space:
mode:
authorera <73109780+eerraa@users.noreply.github.com>2023-11-01 09:40:25 +0900
committerGitHub <noreply@github.com>2023-10-31 18:40:25 -0600
commit999008f0eb8204f2d6d99113ae45aad2337dcf28 (patch)
tree34935dd26ecc958134e25b520aac215f617f677c /keyboards/era/sirind/klein_sd/config.h
parent2192098f57a0dce1812a5d12fe57ed593d892d71 (diff)
[Keyboard] Add Klein_SD (#22371)
Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'keyboards/era/sirind/klein_sd/config.h')
-rw-r--r--keyboards/era/sirind/klein_sd/config.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/era/sirind/klein_sd/config.h b/keyboards/era/sirind/klein_sd/config.h
new file mode 100644
index 0000000000..ae1d4a9e1d
--- /dev/null
+++ b/keyboards/era/sirind/klein_sd/config.h
@@ -0,0 +1,25 @@
+/* Copyright 2023 eerraa
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#pragma once
+
+/* BACKLIGHT PWM */
+#define BACKLIGHT_PWM_DRIVER PWMD7
+#define BACKLIGHT_PWM_CHANNEL RP2040_PWM_CHANNEL_B
+
+/* RGB Matrix */
+#define RGB_MATRIX_DEFAULT_VAL 60
+#define RGB_DISABLE_WHEN_USB_SUSPENDED \ No newline at end of file