summaryrefslogtreecommitdiff
path: root/keyboards/gray_studio/think65v3/config.h
diff options
context:
space:
mode:
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