From 31a9d2d00dc732ca29be2213dbf915d6f6ffc76d Mon Sep 17 00:00:00 2001 From: Yizhen Liu <62583086+edwardslau@users.noreply.github.com> Date: Tue, 15 Aug 2023 02:45:38 +0800 Subject: [keyboard] Graystudio Think6.5 V3 Support Revised (#21560) Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Duncan Sutherland Co-authored-by: Ryan --- keyboards/gray_studio/think65v3/config.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 keyboards/gray_studio/think65v3/config.h (limited to 'keyboards/gray_studio/think65v3/config.h') 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 -- cgit v1.2.3