summaryrefslogtreecommitdiffstats
path: root/keyboards/gray_studio/think65v3/config.h
diff options
context:
space:
mode:
authorzvecr <git@zvecr.com>2023-08-15 10:49:57 +0100
committerzvecr <git@zvecr.com>2023-08-15 10:49:57 +0100
commit3ece80f73f781a719ea6665af1d01b99922388e9 (patch)
tree3a387461b106415b8524b219da4053a680d9c9f1 /keyboards/gray_studio/think65v3/config.h
parentf38ccaa598f83aefc7821d5491970a31de4c6acc (diff)
parentdbd847d4d3835ec4ab1067b535231284c5cece2d (diff)
Merge remote-tracking branch 'origin/master' into develop
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