summaryrefslogtreecommitdiff
path: root/keyboards/gray_studio/think65v3/config.h
diff options
context:
space:
mode:
authorYizhen Liu <62583086+edwardslau@users.noreply.github.com>2023-08-15 02:45:38 +0800
committerGitHub <noreply@github.com>2023-08-14 12:45:38 -0600
commit31a9d2d00dc732ca29be2213dbf915d6f6ffc76d (patch)
tree1ddb2f37c469ec52d17d293dc72bb2d6fc4aa852 /keyboards/gray_studio/think65v3/config.h
parent6038023cfb95cf36d19ef066ee1b314ab24294ee (diff)
[keyboard] Graystudio Think6.5 V3 Support Revised (#21560)
Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/gray_studio/think65v3/config.h')
-rw-r--r--keyboards/gray_studio/think65v3/config.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/gray_studio/think65v3/config.h b/keyboards/gray_studio/think65v3/config.h
new file mode 100644
index 0000000000..0a0596e64c
--- /dev/null
+++ b/keyboards/gray_studio/think65v3/config.h
@@ -0,0 +1,9 @@
+// Copyright 2023 Yizhen Liu (@edwardslau)
+// SPDX-License-Identifier: GPL-2.0
+#pragma once
+#define RGBLIGHT_DEFAULT_MODE RGBLIGHT_MODE_RAINBOW_MOOD
+/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
+#define LOCKING_SUPPORT_ENABLE
+/* Locking resynchronize hack */
+#define LOCKING_RESYNC_ENABLE
+ \ No newline at end of file